From 2fb123ea9e035c6f3737f4c0fcd85efc442c7122 Mon Sep 17 00:00:00 2001 From: Roman Romanov Date: Mon, 19 Dec 2016 10:32:53 +0400 Subject: [PATCH] [android] fixed zoom buttons visibility settings. --- .../mapswithme/maps/NavigationButtonsAnimationController.java | 1 + 1 file changed, 1 insertion(+) 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(); }