Fix InitialMenuState
This commit is contained in:
parent
2a72f09b57
commit
e61bebebd3
1 changed files with 5 additions and 0 deletions
|
@ -69,6 +69,11 @@ public class GpxApproximationFragment extends ContextMenuScrollFragment
|
|||
return MenuState.HALF_SCREEN | MenuState.FULL_SCREEN;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getInitialMenuState() {
|
||||
return MenuState.HALF_SCREEN;
|
||||
}
|
||||
|
||||
@Nullable
|
||||
@Override
|
||||
public View onCreateView(@NonNull LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
|
||||
|
|
Loading…
Reference in a new issue