Fix pages bottom sheet scroll

This commit is contained in:
Koitharu
2023-06-04 15:42:15 +03:00
parent da4aedca97
commit b48c6d7d38
7 changed files with 84 additions and 44 deletions

View File

@@ -19,7 +19,7 @@
<org.koitharu.kotatsu.core.ui.list.fastscroll.FastScrollRecyclerView
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="match_parent"
android:clipToPadding="false"
android:padding="@dimen/grid_spacing"
android:scrollIndicators="top"