lets hide the sleep timer too for now
This commit is contained in:
parent
acfed75143
commit
752daadc6d
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ class MainActivity : SimpleActivity() {
|
|||
setupSearch(menu)
|
||||
|
||||
menu.apply {
|
||||
findItem(R.id.sleep_timer).isVisible = false
|
||||
findItem(R.id.sort).isVisible = false
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue