Fix "Blue arrow shows up below POI name"

This commit is contained in:
Nazar-Kutz 2020-08-03 11:45:07 +03:00
parent 1e22187dde
commit ff557dbc7f

View file

@ -977,6 +977,9 @@ public class MapInfoWidgetsFactory {
updateVisibility(true);
AndroidUiHelper.updateVisibility(addressText, false);
AndroidUiHelper.updateVisibility(addressTextShadow, false);
AndroidUiHelper.updateVisibility(turnIcon, false);
AndroidUiHelper.updateVisibility(shieldIcon, false);
AndroidUiHelper.updateVisibility(exitRefText, false);
} else if (streetName == null) {
updateVisibility(false);
} else {