mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-06 03:50:19 +02:00
CancelAction splitted into ShowCancelMenuAction & ExitAction
This commit is contained in:
parent
ee8fc1bb92
commit
db42d8afca
6 changed files with 44 additions and 5 deletions
|
@ -101,7 +101,7 @@ public final class FBReader extends ZLAndroidActivity {
|
|||
|
||||
fbReader.addAction(ActionCode.PROCESS_HYPERLINK, new ProcessHyperlinkAction(this, fbReader));
|
||||
|
||||
fbReader.addAction(ActionCode.CANCEL, new CancelAction(this, fbReader));
|
||||
fbReader.addAction(ActionCode.SHOW_CANCEL_MENU, new ShowCancelMenuAction(this, fbReader));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue