mirror of
https://github.com/apognu/otter
synced 2025-02-18 19:50:35 +01:00
#76: fixed Shuffle and Clear queue actions in landscape mode.
This commit is contained in:
parent
1380d1d2b9
commit
64ea222f08
@ -40,6 +40,14 @@ class LandscapeQueueFragment : Fragment() {
|
||||
queue?.visibility = View.GONE
|
||||
placeholder?.visibility = View.VISIBLE
|
||||
|
||||
queue_shuffle.setOnClickListener {
|
||||
CommandBus.send(Command.ShuffleQueue)
|
||||
}
|
||||
|
||||
queue_clear.setOnClickListener {
|
||||
CommandBus.send(Command.ClearQueue)
|
||||
}
|
||||
|
||||
refresh()
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user