Fix crash when trying to download a chapter with mobile internet

This commit is contained in:
Zakhar Timoshenko
2021-10-18 00:13:20 +03:00
committed by Koitharu
parent af6df6dfa2
commit c280af9a5b

View File

@@ -8,7 +8,7 @@
android:paddingEnd="?android:listPreferredItemPaddingEnd">
<com.google.android.material.checkbox.MaterialCheckBox
android:id="@android:id/checkbox"
android:id="@+id/checkbox"
android:layout_width="match_parent"
android:layout_height="wrap_content"
tools:text="@tools:sample/lorem[3]" />