Do not save backup when importing Loop DB
This commit is contained in:
parent
59c0af17d7
commit
790beb185a
@ -55,9 +55,6 @@ public class LoopDBImporter extends AbstractImporter
|
||||
{
|
||||
ActiveAndroid.dispose();
|
||||
File originalDB = DatabaseHelper.getDatabaseFile();
|
||||
File backupDir = DatabaseHelper.getFilesDir("Backups");
|
||||
|
||||
DatabaseHelper.saveDatabaseCopy(backupDir);
|
||||
DatabaseHelper.copy(file, originalDB);
|
||||
DatabaseHelper.initializeActiveAndroid();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user