mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 02:39:23 +02:00
main activity orientation in all dependent activities
Conflicts: src/org/geometerplus/android/fbreader/TOCActivity.java src/org/geometerplus/android/fbreader/library/BookInfoActivity.java
This commit is contained in:
parent
9711842566
commit
e94e59ef5b
18 changed files with 145 additions and 17 deletions
|
@ -38,6 +38,6 @@ class ShowLibraryAction extends FBAndroidAction {
|
|||
if (model != null && model.Book != null) {
|
||||
intent.putExtra(LibraryActivity.SELECTED_BOOK_PATH_KEY, model.Book.File.getPath());
|
||||
}
|
||||
BaseActivity.startActivity(intent);
|
||||
OrientationUtil.startActivity(BaseActivity, intent);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue