[android] fix: Correctly update slots after routing point changed.

This commit is contained in:
Alexander Marchuk 2016-04-29 17:49:33 +03:00 committed by Alex Zolotarev
parent 4403d8fedf
commit 98f701cdec

View file

@ -231,6 +231,7 @@ public class RoutingController
mContainer.showNavigation(isNavigating());
mContainer.updateMenu();
mContainer.updatePoints();
processRoutingEvent();
}