Merge branch 'r3.9' of github.com:osmandapp/Osmand into r3.9

This commit is contained in:
max-klaus 2021-02-03 15:04:17 +03:00
commit 47ee48f820
2 changed files with 0 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View file

@ -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();
} }