Disabled animation when player bottom sheet is expanded

This commit is contained in:
Prathamesh More 2022-05-17 07:25:53 +05:30
parent d65f8f8a4f
commit 0d9364e7c8

View file

@ -267,13 +267,13 @@ abstract class AbsSlidingMusicPanelActivity : AbsMusicServiceActivity(),
setLightStatusBarAuto()
setLightNavigationBarAuto()
setTaskDescriptionColor(taskColor)
playerFragment?.onHide()
//playerFragment?.onHide()
}
open fun onPanelExpanded() {
setMiniPlayerAlphaProgress(1F)
onPaletteColorChanged()
playerFragment?.onShow()
//playerFragment?.onShow()
}
private fun setupSlidingUpPanel() {