forked from organicmaps/organicmaps
[android] Fixed build route from discovery screen
This commit is contained in:
parent
c10d2931e9
commit
8df54695fd
1 changed files with 1 additions and 0 deletions
|
@ -1044,6 +1044,7 @@ public class MwmActivity extends BaseMwmFragmentActivity
|
|||
{
|
||||
addTask((MapTask) target ->
|
||||
{
|
||||
RoutingController.get().attach(this);
|
||||
RoutingController.get().setRouterType(Framework.ROUTER_TYPE_PEDESTRIAN);
|
||||
RoutingController.get().prepare(true, object);
|
||||
return false;
|
||||
|
|
Loading…
Add table
Reference in a new issue