mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-13 22:00:30 +05:30
Merge pull request #5560 from Bnyro/master
fix: playing queue actions still visible after miniplayer closed by swipe
This commit is contained in:
commit
3d96e22844
@ -499,7 +499,7 @@ class PlayerFragment : Fragment(), OnlinePlayerOptions {
|
||||
.animateDown(
|
||||
duration = 300L,
|
||||
dy = 500F,
|
||||
onEnd = ::killPlayerFragment,
|
||||
onEnd = ::onManualPlayerClose,
|
||||
)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user