mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-14 06:10:31 +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(
|
.animateDown(
|
||||||
duration = 300L,
|
duration = 300L,
|
||||||
dy = 500F,
|
dy = 500F,
|
||||||
onEnd = ::killPlayerFragment,
|
onEnd = ::onManualPlayerClose,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user