android/GameDatabase.java: remove duplicate ".3ds" from allowedExtensions
This commit is contained in:
parent
ac97f0aeb8
commit
f4fa4e8d15
@ -140,7 +140,7 @@ public final class GameDatabase extends SQLiteOpenHelper {
|
||||
null); // Order of folders is irrelevant.
|
||||
|
||||
Set<String> allowedExtensions = new HashSet<String>(Arrays.asList(
|
||||
".3ds", ".3ds", ".3dsx", ".elf", ".axf", ".cci", ".cxi", ".app"));
|
||||
".3ds", ".3dsx", ".elf", ".axf", ".cci", ".cxi", ".app"));
|
||||
|
||||
// Possibly overly defensive, but ensures that moveToNext() does not skip a row.
|
||||
folderCursor.moveToPosition(-1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user