mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 02:39:23 +02:00
double tap is now always supported; menu call by douple tap; 0.98.10
This commit is contained in:
parent
5fa2ba9304
commit
588344d416
11 changed files with 57 additions and 23 deletions
|
@ -133,6 +133,7 @@ public final class FBReader extends ZLAndroidActivity {
|
|||
fbReader.addAction(ActionCode.SHOW_BOOKMARKS, new ShowBookmarksAction(this, fbReader));
|
||||
fbReader.addAction(ActionCode.SHOW_NETWORK_LIBRARY, new ShowNetworkLibraryAction(this, fbReader));
|
||||
|
||||
fbReader.addAction(ActionCode.SHOW_MENU, new ShowMenuAction(this, fbReader));
|
||||
fbReader.addAction(ActionCode.SHOW_NAVIGATION, new ShowNavigationAction(this, fbReader));
|
||||
fbReader.addAction(ActionCode.SEARCH, new SearchAction(this, fbReader));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue