mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-06 03:50:19 +02:00
refactoring: RunPluginAction
This commit is contained in:
parent
9e3c338db4
commit
6f4da1c335
3 changed files with 29 additions and 5 deletions
|
@ -106,7 +106,7 @@ public final class FBReader extends ZLAndroidActivity {
|
|||
|
||||
fbReader.addAction(ActionCode.PROCESS_HYPERLINK, new ProcessHyperlinkAction(this, fbReader));
|
||||
|
||||
fbReader.addAction(ActionCode.SPEAK, new SpeakAction(this, fbReader));
|
||||
fbReader.addAction(ActionCode.SPEAK, new RunPluginAction(this, fbReader, Uri.parse("http://data.fbreader.org/plugin/tts")));
|
||||
fbReader.addAction(ActionCode.SHOW_CANCEL_MENU, new ShowCancelMenuAction(this, fbReader));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue