From eb5e39ba9a9b28797b742cbf60fd00037aced2df Mon Sep 17 00:00:00 2001 From: Nikolay Pultsin Date: Sat, 12 Oct 2013 20:43:46 +0100 Subject: [PATCH] cleanup --- .../network/authentication/litres/LitResBookshelfItem.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/geometerplus/fbreader/network/authentication/litres/LitResBookshelfItem.java b/src/org/geometerplus/fbreader/network/authentication/litres/LitResBookshelfItem.java index d6a4c5b7f..260a52231 100644 --- a/src/org/geometerplus/fbreader/network/authentication/litres/LitResBookshelfItem.java +++ b/src/org/geometerplus/fbreader/network/authentication/litres/LitResBookshelfItem.java @@ -184,7 +184,7 @@ public class LitResBookshelfItem extends NetworkURLCatalogItem { } finally { myForceReload = true; // TODO: implement asynchronous loading - ArrayList children = + final ArrayList children = new ArrayList(mgr.purchasedBooks()); if (children.size() <= 5) { Collections.sort(children, new NetworkBookItemComparator());