mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 10:19:33 +02:00
extra parameters in ZLActions
This commit is contained in:
parent
042cc633cf
commit
345dd95384
29 changed files with 89 additions and 67 deletions
|
@ -27,7 +27,7 @@ class SelectionHidePanelAction extends FBAndroidAction {
|
|||
}
|
||||
|
||||
@Override
|
||||
protected void run() {
|
||||
protected void run(Object ... params) {
|
||||
BaseActivity.hideSelectionPanel();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue