Disabled animation when player bottom sheet is expanded
This commit is contained in:
parent
d65f8f8a4f
commit
0d9364e7c8
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue