mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 16:00:31 +05:30
Fix that queue doesn't regenerate
This commit is contained in:
parent
905a0e9ac2
commit
2ce5c79728
@ -250,8 +250,11 @@ class PlayerFragment : BaseFragment(), OnlinePlayerOptions {
|
|||||||
super.onViewCreated(view, savedInstanceState)
|
super.onViewCreated(view, savedInstanceState)
|
||||||
context?.hideKeyboard(view)
|
context?.hideKeyboard(view)
|
||||||
|
|
||||||
|
// reset the callbacks of the playing queue
|
||||||
|
PlayingQueue.resetToDefaults()
|
||||||
|
|
||||||
// clear the playing queue
|
// clear the playing queue
|
||||||
if (!keepQueue) PlayingQueue.resetToDefaults()
|
if (!keepQueue) PlayingQueue.clear()
|
||||||
|
|
||||||
changeOrientationMode()
|
changeOrientationMode()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user