mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-11 08:27:50 -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) {
|
@Override protected boolean onUpgrade(SQLiteDatabaseWrapper db, int oldVersion, int newVersion) {
|
||||||
if (newVersion >= 3) {
|
if (newVersion >= 3) {
|
||||||
db.execSQL("DROP TABLE IF EXISTS recents");
|
db.execSQL("DROP TABLE IF EXISTS recents");
|
||||||
tryCreateTable(RecentSearch.TABLE);
|
tryCreateTable(RecentSearch.TABLE);
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user