diff --git a/commons/src/main/res/layout/dialog_bottom_sheet_chooser.xml b/commons/src/main/res/layout/dialog_bottom_sheet_chooser.xml index a3bec2cf8..b9304683c 100644 --- a/commons/src/main/res/layout/dialog_bottom_sheet_chooser.xml +++ b/commons/src/main/res/layout/dialog_bottom_sheet_chooser.xml @@ -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"