android: GameDatabase: Fix typo in rebase.
This commit is contained in:
parent
e0f1bf98aa
commit
a64f531ba3
@ -161,7 +161,7 @@ public final class GameDatabase extends SQLiteOpenHelper {
|
|||||||
new String[]{Long.toString(folderCursor.getLong(COLUMN_DB_ID))});
|
new String[]{Long.toString(folderCursor.getLong(COLUMN_DB_ID))});
|
||||||
}
|
}
|
||||||
|
|
||||||
addGamesRecursive(database, folder, 1);
|
addGamesRecursive(database, folder, allowedExtensions, 3);
|
||||||
}
|
}
|
||||||
|
|
||||||
fileCursor.close();
|
fileCursor.close();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user