Fix #9377
This commit is contained in:
parent
7534c0bfc8
commit
d0fd025dbb
1 changed files with 1 additions and 1 deletions
|
@ -1022,7 +1022,7 @@ public class MapInfoWidgetsFactory {
|
|||
}
|
||||
if (map.isTopToolbarActive() || !map.getContextMenu().shouldShowTopControls() || MapRouteInfoMenu.chooseRoutesVisible || MapRouteInfoMenu.waypointsVisible) {
|
||||
updateVisibility(false);
|
||||
} else if (!showClosestWaypointFirstInAddress && updateWaypoint()) {
|
||||
} else if (showClosestWaypointFirstInAddress && updateWaypoint()) {
|
||||
updateVisibility(true);
|
||||
AndroidUiHelper.updateVisibility(addressText, false);
|
||||
AndroidUiHelper.updateVisibility(addressTextShadow, false);
|
||||
|
|
Loading…
Reference in a new issue