Removed RetroBottomSheetBehavior

RetroBottomSheetBehavior was there to enable or disable dragging of bottom sheet but BottomSheetBehavior has methods to do that
This commit is contained in:
Prathamesh More 2022-04-21 17:06:32 +05:30
parent d34fcab30c
commit dabdcc1d31
7 changed files with 25 additions and 63 deletions

View file

@ -25,7 +25,7 @@
app:behavior_peekHeight="0dp"
app:enableEdgeToEdge="true"
app:gestureInsetBottomIgnored="true"
app:layout_behavior="code.name.monkey.retromusic.RetroBottomSheetBehavior">
app:layout_behavior="com.google.android.material.bottomsheet.BottomSheetBehavior">
<FrameLayout
android:id="@+id/playerFragmentContainer"