0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 03:52:15 +02:00

Delete straggling constant DIALOG_CURSOR_SIZE_LIMIT_EXCEEDED

This commit is contained in:
Tim Rae 2017-12-15 14:59:26 +09:00 committed by GitHub
parent 59f46fe5ae
commit de4a8a372f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,6 @@ public class DatabaseErrorDialog extends AsyncDialogFragment {
public static final int DIALOG_CONFIRM_DATABASE_CHECK = 6;
public static final int DIALOG_CONFIRM_RESTORE_BACKUP = 7;
public static final int DIALOG_FULL_SYNC_FROM_SERVER = 8;
public static final int DIALOG_CURSOR_SIZE_LIMIT_EXCEEDED = 9;
// public flag which lets us distinguish between inaccessible and corrupt database
public static boolean databaseCorruptFlag = false;