Fix 2136(a)
This commit is contained in:
parent
53270fcbe0
commit
926670f9b4
1 changed files with 3 additions and 5 deletions
|
@ -611,11 +611,9 @@ public class MapRouteInfoMenu implements IRouteInformationListener {
|
||||||
if (switched) {
|
if (switched) {
|
||||||
mapControlsLayer.switchToRouteFollowingLayout();
|
mapControlsLayer.switchToRouteFollowingLayout();
|
||||||
}
|
}
|
||||||
//Fix for Issue 2136(a)
|
if (getTargets().getPointToNavigate() == null && !selectFromMapTouch) {
|
||||||
//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