[android] fix: Point slots were not updated.

This commit is contained in:
Alexander Marchuk 2015-12-08 15:36:44 +03:00
parent f39b67ebaf
commit 468975fea4

View file

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