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