1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 02:39:23 +02:00

no static methods in Bookmark

This commit is contained in:
Nikolay Pultsin 2012-03-19 10:51:43 +00:00
parent 75af08e4fe
commit 31e5b3a823
6 changed files with 34 additions and 15 deletions

View file

@ -77,7 +77,7 @@ public class BookmarksActivity extends TabActivity implements MenuItem.OnMenuIte
final TabHost host = getTabHost();
LayoutInflater.from(this).inflate(R.layout.bookmarks, host.getTabContentView(), true);
AllBooksBookmarks = Bookmark.bookmarks();
AllBooksBookmarks = Library.Instance().bookmarks();
Collections.sort(AllBooksBookmarks, new Bookmark.ByTimeComparator());
final FBReaderApp fbreader = (FBReaderApp)FBReaderApp.Instance();