mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 10:49:24 +02:00
updating book info
This commit is contained in:
parent
7b498f8949
commit
78669b0694
17 changed files with 120 additions and 93 deletions
|
@ -37,6 +37,6 @@ class ShowLibraryAction extends FBAndroidAction {
|
|||
if (Reader.Model != null) {
|
||||
intent.putExtra(FBReader.BOOK_KEY, SerializerUtil.serialize(Reader.Model.Book));
|
||||
}
|
||||
OrientationUtil.startActivity(BaseActivity, intent);
|
||||
OrientationUtil.startActivityForResult(BaseActivity, intent, FBReader.REQUEST_LIBRARY);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue