mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Import Loop DB without app restart
This commit is contained in:
@@ -25,7 +25,6 @@ import android.support.annotation.*;
|
||||
|
||||
import org.isoron.androidbase.*;
|
||||
import org.isoron.uhabits.core.database.*;
|
||||
import org.isoron.uhabits.utils.*;
|
||||
|
||||
import java.io.*;
|
||||
|
||||
@@ -48,10 +47,4 @@ public class AndroidDatabaseOpener implements DatabaseOpener
|
||||
SQLiteDatabase.openDatabase(file.getAbsolutePath(), null,
|
||||
SQLiteDatabase.OPEN_READWRITE));
|
||||
}
|
||||
|
||||
@Override
|
||||
public File getProductionDatabaseFile()
|
||||
{
|
||||
return DatabaseUtils.getDatabaseFile(context);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user