Fix for Issue 2136(a) commented out for now, because it inhibits automatic route calcluation after destination is selected by "Select on map" method
This commit is contained in:
parent
fc025aa4a1
commit
edd6cff972
1 changed files with 4 additions and 3 deletions
|
@ -612,9 +612,10 @@ public class MapRouteInfoMenu implements IRouteInformationListener {
|
||||||
mapControlsLayer.switchToRouteFollowingLayout();
|
mapControlsLayer.switchToRouteFollowingLayout();
|
||||||
}
|
}
|
||||||
//Fix for Issue 2136(a)
|
//Fix for Issue 2136(a)
|
||||||
if (getTargets().getPointToNavigate() == null) {
|
//commented out for now, because it inhibits automatic route calcluation after destination is selected by "Select on map" method
|
||||||
mapActivity.getMapActions().stopNavigationWithoutConfirm();
|
//if (getTargets().getPointToNavigate() == null) {
|
||||||
}
|
// mapActivity.getMapActions().stopNavigationWithoutConfirm();
|
||||||
|
//}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void show() {
|
public void show() {
|
||||||
|
|
Loading…
Reference in a new issue