mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-01 05:48:22 +03:00
-Fixed database backup failing due to journal file name change after Room DB version update.
This commit is contained in:
parent
31218c2a8c
commit
e7d23176b7
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue