fix: Scroll and color flickering

This commit is contained in:
J-Jamet
2023-07-31 22:28:53 +02:00
parent 8d926a306b
commit eb14dadb3c

View File

@@ -96,7 +96,8 @@
<FrameLayout <FrameLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
app:layout_scrollFlags="scroll|snap"> android:background="?attr/colorSurface"
app:layout_scrollFlags="scroll|snap|enterAlways">
<androidx.recyclerview.widget.RecyclerView <androidx.recyclerview.widget.RecyclerView
android:id="@+id/breadcrumb_list" android:id="@+id/breadcrumb_list"