[android] fix: Routing points on map were not removed after routing cancel.

This commit is contained in:
Alexander Marchuk 2015-11-26 15:35:45 +03:00
parent f904959963
commit 9f0cb615ec

View file

@ -412,6 +412,7 @@ public class RoutingController
{
mStartPoint = null;
mEndPoint = null;
setPointsInternal();
mWaitingPoiPickSlot = NO_SLOT;
setBuildState(BuildState.NONE);