Skip to content
Snippets Groups Projects

Do not close NowPlayingBottomSheet between tracks.

Merged Hugh Daschbach requested to merge issue-155-1 into develop
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -74,7 +74,9 @@ class NowPlayingBottomSheet @JvmOverloads constructor(
override fun show() {
behavior.isHideable = false
close()
if (behavior.state == BottomSheetBehavior.STATE_HIDDEN) {
close()
}
}
override fun hide() {
Loading