diff --git a/android/src/com/mapswithme/maps/NavigationButtonsAnimationController.java b/android/src/com/mapswithme/maps/NavigationButtonsAnimationController.java index 32aaea2187..635d2032c4 100644 --- a/android/src/com/mapswithme/maps/NavigationButtonsAnimationController.java +++ b/android/src/com/mapswithme/maps/NavigationButtonsAnimationController.java @@ -30,6 +30,7 @@ class NavigationButtonsAnimationController { mZoomIn = zoomIn; mZoomOut = zoomOut; + UiUtils.showIf(showZoomButtons(), mZoomIn, mZoomOut); mMyPosition = myPosition; calculateBottomLimit(); }