版本
4.0-387
分支
master
发布于
10 years, 5 months ago
Windows x64 Windows x86 Android Ubuntu 13.04
提交(Commit)
d98664b05357fb35764bf5e4df9da61f793d4b7d
修改者
Lioncash
修改说明
[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.