[android] Fixed 'start' button in routing.
This commit is contained in:
parent
cab4150222
commit
7a8bb828fd
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue