[android] Fixed 'start' button in routing.

This commit is contained in:
Dmitry Yunitsky 2016-04-05 20:17:38 +03:00 committed by Alex Zolotarev
parent cab4150222
commit 7a8bb828fd

View file

@ -660,7 +660,6 @@ public class MwmActivity extends BaseMwmFragmentActivity
return;
}
mRoutingPlanInplaceController.setStartButton();
if (mPlacePage.isDocked())
mPlacePage.setLeftAnimationTrackListener(mMainMenu.getLeftAnimationTrackListener());
}
@ -1019,6 +1018,8 @@ public class MwmActivity extends BaseMwmFragmentActivity
super.onStart();
initShowcase();
RoutingController.get().attach(this);
if (!mIsFragmentContainer)
mRoutingPlanInplaceController.setStartButton();
}
@Override