Merge pull request #4698 from goblinr/MAPSME-78-ext-pp-download-button-in-nav-session

[android] Place Page download button visibility
This commit is contained in:
alexzatsepin 2016-11-17 17:39:14 +03:00 committed by GitHub
commit 8f2587d13c

View file

@ -821,7 +821,7 @@ public class PlacePageView extends RelativeLayout
}
String country = MapManager.nativeGetSelectedCountry();
if (country != null)
if (country != null && !RoutingController.get().isNavigating())
attachCountry(country);
}