1
0
Fork 0
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:
Nikolay Pultsin 2011-03-24 19:02:52 +00:00
parent ee8fc1bb92
commit db42d8afca
6 changed files with 44 additions and 5 deletions

View file

@ -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