Open overview tab in half screen
This commit is contained in:
parent
d614922a00
commit
52a2ba0ca3
1 changed files with 0 additions and 2 deletions
|
@ -890,8 +890,6 @@ public class TrackMenuFragment extends ContextMenuScrollFragment implements Card
|
||||||
private void updateMenuState() {
|
private void updateMenuState() {
|
||||||
if (menuType == TrackMenuType.OPTIONS) {
|
if (menuType == TrackMenuType.OPTIONS) {
|
||||||
openMenuFullScreen();
|
openMenuFullScreen();
|
||||||
} else if (menuType == TrackMenuType.OVERVIEW) {
|
|
||||||
openMenuHeaderOnly();
|
|
||||||
} else {
|
} else {
|
||||||
openMenuHalfScreen();
|
openMenuHalfScreen();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue