فهرست منبع

Fix download queue cutting off if too short

arkon 4 سال پیش
والد
کامیت
970f1466b5
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/src/main/res/layout/download_controller.xml

+ 1 - 1
app/src/main/res/layout/download_controller.xml

@@ -8,7 +8,7 @@
     <androidx.recyclerview.widget.RecyclerView
         android:id="@+id/recycler"
         android:layout_width="match_parent"
-        android:layout_height="wrap_content"
+        android:layout_height="match_parent"
         tools:listitem="@layout/download_item" />
 
     <eu.kanade.tachiyomi.widget.EmptyView