This commit is contained in:
Alexey Kuznetsov 2017-12-15 13:28:18 +03:00
commit 96d7496c8b

View file

@ -673,7 +673,6 @@ public class RecordingActivity extends AppCompatActivity {
int readSize = recorder.read(buffer, 0, buffer.length);
if (readSize < 0) {
Sound.throwError(readSize);
return;
}
long end = System.currentTimeMillis();