1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 09:49:19 +02:00
This commit is contained in:
Nikolay Pultsin 2013-10-12 20:43:46 +01:00
parent 36b6955fb6
commit eb5e39ba9a

View file

@ -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());