forked from organicmaps/organicmaps
[android] fix: Routing points on map were not removed after routing cancel.
This commit is contained in:
parent
f904959963
commit
9f0cb615ec
1 changed files with 1 additions and 0 deletions
|
@ -412,6 +412,7 @@ public class RoutingController
|
|||
{
|
||||
mStartPoint = null;
|
||||
mEndPoint = null;
|
||||
setPointsInternal();
|
||||
mWaitingPoiPickSlot = NO_SLOT;
|
||||
|
||||
setBuildState(BuildState.NONE);
|
||||
|
|
Loading…
Add table
Reference in a new issue