Fix crash when trying to download a chapter with mobile internet

pull/72/head
Zakhar Timoshenko 5 years ago committed by Koitharu
parent af6df6dfa2
commit c280af9a5b

@ -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]" />

Loading…
Cancel
Save