Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
c0ff984127
1 changed files with 4 additions and 0 deletions
|
@ -1223,6 +1223,10 @@ public class DashboardOnMap implements ObservableScrollViewCallbacks, DynamicLis
|
|||
public void deleteWaypoint(int position) {
|
||||
if (swipeDismissListener != null) {
|
||||
swipeDismissListener.delete(position);
|
||||
//Issue 2136(b)
|
||||
if (mapActivity.getMyApplication().getTargetPointsHelper().getPointToNavigate() == null) {
|
||||
mapActivity.getMapActions().stopNavigationWithoutConfirm();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue