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() {
|
runLayoutListener(new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
if (menuType == TrackMenuType.OPTIONS) {
|
updateMenuState();
|
||||||
openMenuFullScreen();
|
|
||||||
} else if (menuType == TrackMenuType.OVERVIEW) {
|
|
||||||
openMenuHeaderOnly();
|
|
||||||
} else {
|
|
||||||
openMenuHalfScreen();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue