-Fixed database backup failing due to journal file name change after Room DB version update.
This commit is contained in:
parent
ebcc2e6f8e
commit
50b6581acb
1 changed files with 1 additions and 0 deletions
|
|
@ -277,6 +277,7 @@ public class ContentSettingsFragment extends BasePreferenceFragment {
|
||||||
newpipe_db_shm.delete();
|
newpipe_db_shm.delete();
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
Toast.makeText(getContext(), R.string.could_not_import_all_files, Toast.LENGTH_LONG)
|
Toast.makeText(getContext(), R.string.could_not_import_all_files, Toast.LENGTH_LONG)
|
||||||
.show();
|
.show();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue