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,8 +1022,10 @@ public class MapInfoWidgetsFactory {
}
if (showExitInfo) {
if(!Algorithms.isEmpty(exitInfo.getExitStreetName())) {
text = exitInfo.getExitStreetName();
}
}
if (directionInfo != null && directionInfo.getRouteDataObject() != null) {
object = directionInfo.getRouteDataObject();