Merge pull request #891 from trashkalmar/mm-2136-update-points-on-p2p

[android] fix: Point slots were not updated.
This commit is contained in:
Dmitry Yunitsky 2015-12-08 15:43:45 +03:00
commit 46497d1536

View file

@ -557,8 +557,8 @@ public class RoutingController
{
if (isWaitingPoiPick())
showRoutePlan();
else
mContainer.updatePoints();
mContainer.updatePoints();
}
if (mStartPoint != null && mEndPoint != null)