Remove unnecessary code
This commit is contained in:
parent
cc7ec8e0d9
commit
e282469750
1 changed files with 1 additions and 7 deletions
|
@ -273,13 +273,7 @@ public class TrackMenuFragment extends ContextMenuScrollFragment implements Card
|
|||
runLayoutListener(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
if (menuType == TrackMenuType.OPTIONS) {
|
||||
openMenuFullScreen();
|
||||
} else if (menuType == TrackMenuType.OVERVIEW) {
|
||||
openMenuHeaderOnly();
|
||||
} else {
|
||||
openMenuHalfScreen();
|
||||
}
|
||||
updateMenuState();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue