mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 02:09:35 +02:00
extra parameters in ZLActions
This commit is contained in:
parent
042cc633cf
commit
345dd95384
29 changed files with 89 additions and 67 deletions
|
@ -36,7 +36,8 @@ class ShowNavigationAction extends FBAndroidAction {
|
|||
return textModel != null && textModel.getParagraphsNumber() != 0;
|
||||
}
|
||||
|
||||
public void run() {
|
||||
@Override
|
||||
protected void run(Object ... params) {
|
||||
BaseActivity.navigate();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue