fix deleted folder

This commit is contained in:
Alexey Kuznetsov 2016-10-08 15:01:15 +03:00
commit d0c2be661f

View file

@ -764,9 +764,10 @@ public class RecordingActivity extends AppCompatActivity {
void encoding(final Runnable run) {
final File in = storage.getTempRecording();
in.mkdirs(); // in case if it were manually deleted
final File out = targetFile;
targetFile.getParentFile().mkdirs(); // in case if it were manually deleted
EncoderInfo info = getInfo();
Encoder e = null;