mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-09 07:16:04 -04:00
Fixing indentation.
This commit is contained in:
parent
effd60b357
commit
8d3ffbe0ff
@ -63,8 +63,8 @@ public class KiwixDatabase extends SquidDatabase {
|
||||
|
||||
@Override protected boolean onUpgrade(SQLiteDatabaseWrapper db, int oldVersion, int newVersion) {
|
||||
if (newVersion >= 3) {
|
||||
db.execSQL("DROP TABLE IF EXISTS recents");
|
||||
tryCreateTable(RecentSearch.TABLE);
|
||||
db.execSQL("DROP TABLE IF EXISTS recents");
|
||||
tryCreateTable(RecentSearch.TABLE);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user