commit
9feac5ab4c
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