Fixed crash when trying to open a downloaded file without a player

This commit is contained in:
Somethingweirdhere 2018-04-17 22:26:24 +02:00
parent 696c94050d
commit d9e616beee
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ public class ContentSettingsFragment extends BasePreferenceFragment {
new FileOutputStream(path)));
ZipHelper.addFileToZip(outZip, newpipe_db.getPath(), "newpipe.db");
ZipHelper.addFileToZip(outZip, newpipe_db_journal.getPath(), "newpipe.db-journal");
//add settings
outZip.close();
Toast.makeText(getContext(), R.string.export_complete_toast, Toast.LENGTH_SHORT)