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) {
|
||||
mapControlsLayer.switchToRouteFollowingLayout();
|
||||
}
|
||||
//Fix for Issue 2136(a)
|
||||
//commented out for now, because it inhibits automatic route calcluation after destination is selected by "Select on map" method
|
||||
//if (getTargets().getPointToNavigate() == null) {
|
||||
// mapActivity.getMapActions().stopNavigationWithoutConfirm();
|
||||
//}
|
||||
if (getTargets().getPointToNavigate() == null && !selectFromMapTouch) {
|
||||
mapActivity.getMapActions().stopNavigationWithoutConfirm();
|
||||
}
|
||||
}
|
||||
|
||||
public void show() {
|
||||
|
|
Loading…
Reference in a new issue