Fixed Storages not loading in FoldersFragment

This commit is contained in:
Prathamesh More 2021-10-26 16:28:56 +05:30
parent 34c2f6e3d3
commit cde2e0b229
3 changed files with 3 additions and 5 deletions

View file

@ -164,12 +164,10 @@ abstract class AbsSlidingMusicPanelActivity : AbsMusicServiceActivity() {
fun collapsePanel() {
bottomSheetBehavior.state = STATE_COLLAPSED
setMiniPlayerAlphaProgress(0f)
}
fun expandPanel() {
bottomSheetBehavior.state = STATE_EXPANDED
setMiniPlayerAlphaProgress(1f)
}
private fun setMiniPlayerAlphaProgress(progress: Float) {