mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-18 09:07:48 -04:00
- Hides every hidden folder that isn't .minecraft
This commit is contained in:
parent
fce7590993
commit
ae539bec34
@ -119,6 +119,7 @@ public class FileListView extends LinearLayout
|
|||||||
if(fileSuffixes.length > 0){ //Meaning we want only specific files
|
if(fileSuffixes.length > 0){ //Meaning we want only specific files
|
||||||
for(File file : listFile){
|
for(File file : listFile){
|
||||||
if(file.isDirectory()){
|
if(file.isDirectory()){
|
||||||
|
if((!file.getName().startsWith(".")) || file.getName().equals(".minecraft"))
|
||||||
fileAdapter.add(file);
|
fileAdapter.add(file);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user