shunFSKi

Results 1 issues of shunFSKi

``` - (void)_recordRepeat{ _duration += timerInterval; BOOL autoFinish = NO; if (_duration > _maxDuration) { _duration = _maxDuration; autoFinish = YES; } float progress = _duration/_maxDuration; [self _setRecordProgress:progress]; [self _setRecordDuration:_duration];...