Merge pull request #10753 from osmandapp/small_fixes

Small fixes
This commit is contained in:
vshcherb 2021-02-03 12:58:32 +01:00 committed by GitHub
commit 90d549dfe9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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();
} }