-Fixed database backup failing due to journal file name change after Room DB version update.

pull/1392/head
John Zhen Mo 2018-06-05 23:52:34 -07:00
rodzic 31218c2a8c
commit e7d23176b7
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -277,6 +277,7 @@ public class ContentSettingsFragment extends BasePreferenceFragment {
newpipe_db_shm.delete();
} else {
Toast.makeText(getContext(), R.string.could_not_import_all_files, Toast.LENGTH_LONG)
.show();
}