Fixed bottom sheet not dragging when bottom navigation was invisible

This commit is contained in:
Prathamesh More 2021-10-22 21:22:57 +05:30
parent f3ebd34531
commit e247e56aee
2 changed files with 6 additions and 1 deletions

View file

@ -191,7 +191,7 @@
<style name="BottomSheetStyle" parent="Widget.Material3.BottomSheet">
<item name="android:maxWidth">@empty</item>
<item name="android:backgroundTint">?attr/bottomSheetTint</item>
<item name="enableEdgeToEdge">true</item>
<item name="gestureInsetBottomIgnored">true</item>
</style>
<style name="MaterialCardViewStroke">