Merge pull request #9556 from osmandapp/Fix_9377
Fix "Blue arrow shows up below POI name"
This commit is contained in:
commit
16359407ce
1 changed files with 3 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue