Version
4.0-387
Branche
master
Date
il y a 10 ans, 4 mois
Windows x64 Windows x86 Android Ubuntu 13.04
Commit
d98664b05357fb35764bf5e4df9da61f793d4b7d
Auteur
Lioncash
Description
[Android] Simplify the FolderBrowserAdapter a little, as well as the Fill method within FolderBrowser.java. Previously the fill method would create an entire new adapter and assign it to the backing ListView. This is pretty unnecessary, so what it now does is, when the function is called, it clears out the adapter, then simply fills it in again with the new directory's contents. Simple, and doesn't require a reference to the actual ListView to be used.