Merge pull request #5560 from Bnyro/master

fix: playing queue actions still visible after miniplayer closed by swipe
This commit is contained in:
Bnyro 2024-01-26 14:23:10 +01:00 committed by GitHub
commit 3d96e22844
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -499,7 +499,7 @@ class PlayerFragment : Fragment(), OnlinePlayerOptions {
.animateDown(
duration = 300L,
dy = 500F,
onEnd = ::killPlayerFragment,
onEnd = ::onManualPlayerClose,
)
}