mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
cleanup
This commit is contained in:
parent
36b6955fb6
commit
eb5e39ba9a
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ public class LitResBookshelfItem extends NetworkURLCatalogItem {
|
|||
} finally {
|
||||
myForceReload = true;
|
||||
// TODO: implement asynchronous loading
|
||||
ArrayList<NetworkItem> children =
|
||||
final ArrayList<NetworkItem> children =
|
||||
new ArrayList<NetworkItem>(mgr.purchasedBooks());
|
||||
if (children.size() <= 5) {
|
||||
Collections.sort(children, new NetworkBookItemComparator());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue