mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 10:49:24 +02:00
method moved from FBReader to NavigationButtonPanel
This commit is contained in:
parent
7e8eec00cf
commit
818ada3666
2 changed files with 14 additions and 12 deletions
|
@ -226,13 +226,7 @@ public final class FBReader extends ZLAndroidActivity {
|
|||
}
|
||||
}
|
||||
|
||||
public boolean navigate() {
|
||||
if (ourNavigatePanel.getVisibility()) {
|
||||
return false;
|
||||
}
|
||||
ourNavigatePanel.NavigateDragging = false;
|
||||
ourNavigatePanel.initPosition();
|
||||
ourNavigatePanel.show(true);
|
||||
return true;
|
||||
public void navigate() {
|
||||
ourNavigatePanel.runNavigation();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue