Open overview tab in half screen

This commit is contained in:
Vitaliy 2021-02-03 13:56:27 +02:00
parent d614922a00
commit 52a2ba0ca3

View file

@ -890,8 +890,6 @@ public class TrackMenuFragment extends ContextMenuScrollFragment implements Card
private void updateMenuState() {
if (menuType == TrackMenuType.OPTIONS) {
openMenuFullScreen();
} else if (menuType == TrackMenuType.OVERVIEW) {
openMenuHeaderOnly();
} else {
openMenuHalfScreen();
}