mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 02:39:23 +02:00
initialization actions were moved to time _after_ book opening
This commit is contained in:
parent
a4a0c036dd
commit
49ce990712
5 changed files with 27 additions and 15 deletions
|
@ -225,7 +225,7 @@ public class BookmarksActivity extends TabActivity implements MenuItem.OnMenuIte
|
|||
final Book book = Book.getById(bookId);
|
||||
if (book != null) {
|
||||
finish();
|
||||
fbreader.openBook(book, bookmark);
|
||||
fbreader.openBook(book, bookmark, null);
|
||||
} else {
|
||||
UIUtil.showErrorMessage(this, "cannotOpenBook");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue