fix: playing queue actions still visible after miniplayer closed by swipe

This commit is contained in:
Bnyro 2024-01-26 14:22:47 +01:00
parent a5af986c13
commit e807d0dcdc

View File

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