removing the bottom sheet choosers overscroll mode

This commit is contained in:
tibbi 2022-11-10 23:24:08 +01:00
parent f529ce9704
commit 272c1d8546

View file

@ -39,6 +39,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginVertical="@dimen/activity_margin"
android:overScrollMode="never"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"