fix: adapter continuous loading on media page

This commit is contained in:
rebelonion 2024-03-23 21:50:24 -05:00
parent 85d54e8f5e
commit ad1905c8fe

View file

@ -7,9 +7,10 @@
android:orientation="horizontal">
<androidx.coordinatorlayout.widget.CoordinatorLayout
android:layout_width="0dp"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1">
android:layout_weight="1"
tools:ignore="InefficientWeight">
<com.google.android.material.appbar.AppBarLayout
android:id="@+id/mediaAppBar"