forked from organicmaps/organicmaps
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:
commit
8f2587d13c
1 changed files with 1 additions and 1 deletions
|
@ -821,7 +821,7 @@ public class PlacePageView extends RelativeLayout
|
|||
}
|
||||
|
||||
String country = MapManager.nativeGetSelectedCountry();
|
||||
if (country != null)
|
||||
if (country != null && !RoutingController.get().isNavigating())
|
||||
attachCountry(country);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue