Έκδοση
4.0-92
Διακλάδωση
master
Ημερομηνία
πριν από 10 χρόνια, 6 μήνες
Windows x64 Windows x86 Mac OS X Android Ubuntu 13.04
Commit
8aba748735e83ed5865a2e78f6af9d966e0017b2
Αλλαγή συγγραφέα
Lioncash
Αλλαγή περιγραφής
[Android] Fix a situation within the FolderBrowser where the application would crash. listFiles() returns null when either the File object it's called on isn't a directory or if an I/O error happens (in their infinite wisdom, they actually thought NOT throwing an exception was a cool way to handle this. How about that?). In the case of trying to access system directories as a normal user, an I/O error will occur due to permission access rights. This fixes that.