forked from organicmaps/organicmaps
[android] fix: Point slots were not updated.
This commit is contained in:
parent
f39b67ebaf
commit
468975fea4
1 changed files with 2 additions and 2 deletions
|
@ -557,8 +557,8 @@ public class RoutingController
|
|||
{
|
||||
if (isWaitingPoiPick())
|
||||
showRoutePlan();
|
||||
else
|
||||
mContainer.updatePoints();
|
||||
|
||||
mContainer.updatePoints();
|
||||
}
|
||||
|
||||
if (mStartPoint != null && mEndPoint != null)
|
||||
|
|
Loading…
Add table
Reference in a new issue