LoopDBImporter: update table names
This commit is contained in:
parent
5fde0501b5
commit
fdcb9daadc
@ -62,7 +62,7 @@ public class LoopDBImporter extends AbstractImporter
|
||||
boolean canHandle = true;
|
||||
|
||||
Cursor c = db.query("select count(*) from SQLITE_MASTER " +
|
||||
"where name='Checkmarks' or name='Repetitions'");
|
||||
"where name='Habits' or name='Repetitions'");
|
||||
|
||||
if (!c.moveToNext() || c.getInt(0) != 2)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user