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() setLightStatusBarAuto()
setLightNavigationBarAuto() setLightNavigationBarAuto()
setTaskDescriptionColor(taskColor) setTaskDescriptionColor(taskColor)
playerFragment?.onHide() //playerFragment?.onHide()
} }
open fun onPanelExpanded() { open fun onPanelExpanded() {
setMiniPlayerAlphaProgress(1F) setMiniPlayerAlphaProgress(1F)
onPaletteColorChanged() onPaletteColorChanged()
playerFragment?.onShow() //playerFragment?.onShow()
} }
private fun setupSlidingUpPanel() { private fun setupSlidingUpPanel() {