Compare commits

...

1 commit
master ... r3.6

Author SHA1 Message Date
Victor Shcherb
8cedb28efa Fix exit info 2020-03-18 15:25:15 +01:00

View file

@ -1022,7 +1022,9 @@ public class MapInfoWidgetsFactory {
} }
if (showExitInfo) { if (showExitInfo) {
text = exitInfo.getExitStreetName(); if(!Algorithms.isEmpty(exitInfo.getExitStreetName())) {
text = exitInfo.getExitStreetName();
}
} }
if (directionInfo != null && directionInfo.getRouteDataObject() != null) { if (directionInfo != null && directionInfo.getRouteDataObject() != null) {