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:
parent
f7ef6cb250
commit
41eb07e7bf
9 changed files with 67 additions and 31 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue