Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2016-01-13 22:31:34 +01:00
commit 748966a77d

View file

@ -612,9 +612,10 @@ public class MapRouteInfoMenu implements IRouteInformationListener {
mapControlsLayer.switchToRouteFollowingLayout();
}
//Fix for Issue 2136(a)
if (getTargets().getPointToNavigate() == null) {
mapActivity.getMapActions().stopNavigationWithoutConfirm();
}
//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();
//}
}
public void show() {