[android] Disabled DO view for bicycle route

This commit is contained in:
Dmitry Donskoy 2019-04-23 14:25:31 +03:00 committed by Arsentiy Milchakov
parent 1c375e85b2
commit a2cefc66d8

View file

@ -1980,6 +1980,9 @@ public class MwmActivity extends BaseMwmFragmentActivity
@Override
public void onBuiltRoute()
{
if (mRoutingPlanInplaceController != null)
mRoutingPlanInplaceController.hideDrivingOptionsView();
if (!RoutingController.get().isPlanning())
return;