Fixed Bottom Sheet drag glitch where Bottomnav would translate to the center of the screen

This commit is contained in:
Prathamesh More 2021-09-16 19:39:38 +05:30
parent 9f6ecc267b
commit 5f2d3cfef7
3 changed files with 3 additions and 5 deletions

View file

@ -30,6 +30,7 @@
android:layout_height="wrap_content"
app:behavior_hideable="true"
app:behavior_peekHeight="0dp"
app:gestureInsetBottomIgnored="true"
app:layout_behavior="code.name.monkey.retromusic.RetroBottomSheetBehavior">
<FrameLayout