Resolve an Xcode whitespace tragedy
This commit is contained in:
parent
83d525d0f9
commit
0f4afb29c3
|
@ -430,14 +430,14 @@ public class FileBrowser extends Fragment {
|
||||||
|
|
||||||
list.add(null);
|
list.add(null);
|
||||||
|
|
||||||
if (parent != null) {
|
if (parent != null) {
|
||||||
list.add(parent);
|
list.add(parent);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (flist != null) {
|
if (flist != null) {
|
||||||
Arrays.sort(flist, new DirSort());
|
Arrays.sort(flist, new DirSort());
|
||||||
Collections.addAll(list, flist);
|
Collections.addAll(list, flist);
|
||||||
}
|
}
|
||||||
|
|
||||||
for (final File file : list) {
|
for (final File file : list) {
|
||||||
if (file != null && !file.isDirectory() && !file.getAbsolutePath().equals("/data"))
|
if (file != null && !file.isDirectory() && !file.getAbsolutePath().equals("/data"))
|
||||||
|
|
Loading…
Reference in New Issue