Fix route details pages control
This commit is contained in:
parent
e7c2bd150b
commit
5565b3dec7
1 changed files with 1 additions and 1 deletions
|
@ -426,7 +426,7 @@ public class ChooseRouteFragment extends BaseOsmAndFragment implements ContextMe
|
|||
|
||||
private void updatePagesViewVisibility(int menuState) {
|
||||
View pagesView = this.pagesView;
|
||||
if (pagesView != null) {
|
||||
if (portrait && routesCount > 1 && pagesView != null) {
|
||||
if (menuState != MenuState.FULL_SCREEN) {
|
||||
if (pagesView.getVisibility() != View.VISIBLE) {
|
||||
pagesView.setVisibility(View.VISIBLE);
|
||||
|
|
Loading…
Reference in a new issue