forked from organicmaps/organicmaps
android: fix map buttons shown when going back from editor
Signed-off-by: Arnaud Vergnet <arnaud.vergnet@mailo.com>
This commit is contained in:
parent
6d75f4b92e
commit
01b4565d74
1 changed files with 0 additions and 10 deletions
|
@ -136,13 +136,6 @@ public class MapButtonsController extends Fragment
|
|||
return mFrame;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onStart()
|
||||
{
|
||||
super.onStart();
|
||||
showMapButtons(true);
|
||||
}
|
||||
|
||||
public LayoutMode getLayoutMode()
|
||||
{
|
||||
return mLayoutMode;
|
||||
|
@ -272,10 +265,7 @@ public class MapButtonsController extends Fragment
|
|||
public void showMapButtons(boolean show)
|
||||
{
|
||||
if (show)
|
||||
{
|
||||
UiUtils.show(mFrame);
|
||||
showButton(true, MapButtons.zoom);
|
||||
}
|
||||
else
|
||||
UiUtils.hide(mFrame);
|
||||
mOnBottomButtonsHeightChangedListener.OnBottomButtonsHeightChanged();
|
||||
|
|
Loading…
Add table
Reference in a new issue