[android] Added deleting saved routing points when routing is cancelled

This commit is contained in:
Александр Зацепин 2017-08-30 15:50:29 +03:00 committed by Vladimir Byko-Ianko
parent c99175f05c
commit 56072f805f

View file

@ -640,6 +640,7 @@ public class RoutingController implements TaxiManager.TaxiListener
setState(State.NONE);
applyRemovingIntermediatePointsTransaction();
Framework.nativeDeleteSavedRoutePoints();
Framework.nativeCloseRouting();
}