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

intorduced vibility field in Bookmark

This commit is contained in:
Nikolay Pultsin 2011-01-30 01:51:10 +00:00
parent f7ef6cb250
commit 41eb07e7bf
9 changed files with 67 additions and 31 deletions

View file

@ -223,7 +223,8 @@ public class BookmarksActivity extends TabActivity implements MenuItem.OnMenuIte
final Bookmark bookmark = new Bookmark(
fbreader.Model.Book,
textView.getModel().getId(),
cursor
cursor,
true
);
myThisBookBookmarks.add(0, bookmark);
AllBooksBookmarks.add(0, bookmark);