Loading src/com/cyanogenmod/explorer/util/FileHelper.java +6 −4 Original line number Diff line number Diff line Loading @@ -737,12 +737,14 @@ public final class FileHelper { return false; } String ext = getExtension(fso); if (ext != null) { int cc = VALID.length; for (int i = 0; i < cc; i++) { if (VALID[i].compareTo(ext) == 0) { return true; } } } return false; } Loading Loading
src/com/cyanogenmod/explorer/util/FileHelper.java +6 −4 Original line number Diff line number Diff line Loading @@ -737,12 +737,14 @@ public final class FileHelper { return false; } String ext = getExtension(fso); if (ext != null) { int cc = VALID.length; for (int i = 0; i < cc; i++) { if (VALID[i].compareTo(ext) == 0) { return true; } } } return false; } Loading