forked from organicmaps/organicmaps-tmp
[android] Disabled DO view for bicycle route
This commit is contained in:
parent
1c375e85b2
commit
a2cefc66d8
1 changed files with 3 additions and 0 deletions
|
@ -1980,6 +1980,9 @@ public class MwmActivity extends BaseMwmFragmentActivity
|
|||
@Override
|
||||
public void onBuiltRoute()
|
||||
{
|
||||
if (mRoutingPlanInplaceController != null)
|
||||
mRoutingPlanInplaceController.hideDrivingOptionsView();
|
||||
|
||||
if (!RoutingController.get().isPlanning())
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue