Merge pull request #9556 from osmandapp/Fix_9377

Fix "Blue arrow shows up below POI name"
This commit is contained in:
Vitaliy 2020-08-03 13:01:52 +03:00 committed by GitHub
commit 16359407ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {