mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 16:47:14 -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
|
||||
for(File file : listFile){
|
||||
if(file.isDirectory()){
|
||||
if((!file.getName().startsWith(".")) || file.getName().equals(".minecraft"))
|
||||
fileAdapter.add(file);
|
||||
continue;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user