mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 02:39:23 +02:00
synchronization with beta branch
This commit is contained in:
parent
3b7592625f
commit
1b6341a0a4
1 changed files with 3 additions and 3 deletions
|
@ -83,9 +83,9 @@ public class BookmarksActivity extends TabActivity implements MenuItem.OnMenuIte
|
|||
|
||||
if (fbreader.Model != null) {
|
||||
final long bookId = fbreader.Model.Book.getId();
|
||||
for (Bookmark bookmark : AllBooksBookmarks) {
|
||||
if (bookmark.getBookId() == bookId) {
|
||||
myThisBookBookmarks.add(bookmark);
|
||||
for (Bookmark bm : AllBooksBookmarks) {
|
||||
if (bm.getBookId() == bookId) {
|
||||
myThisBookBookmarks.add(bm);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue