1
0
Fork 0
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:
Nikolay Pultsin 2012-02-26 00:10:38 +00:00
parent a4a0c036dd
commit 49ce990712
5 changed files with 27 additions and 15 deletions

View file

@ -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");
}