forked from organicmaps/organicmaps
[android] Added deleting saved routing points when routing is cancelled
This commit is contained in:
parent
c99175f05c
commit
56072f805f
1 changed files with 1 additions and 0 deletions
|
@ -640,6 +640,7 @@ public class RoutingController implements TaxiManager.TaxiListener
|
|||
setState(State.NONE);
|
||||
|
||||
applyRemovingIntermediatePointsTransaction();
|
||||
Framework.nativeDeleteSavedRoutePoints();
|
||||
Framework.nativeCloseRouting();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue