Manage download states

This commit is contained in:
Koitharu
2023-05-05 11:08:21 +03:00
parent f05bb20428
commit 41ac50c76a
30 changed files with 670 additions and 309 deletions

View File

@@ -128,7 +128,7 @@
android:name="org.koitharu.kotatsu.settings.protect.ProtectSetupActivity"
android:windowSoftInputMode="adjustResize" />
<activity
android:name="org.koitharu.kotatsu.download.ui.DownloadsActivity"
android:name="org.koitharu.kotatsu.download.ui.list.DownloadsActivity"
android:label="@string/downloads"
android:launchMode="singleTop" />
<activity android:name="org.koitharu.kotatsu.image.ui.ImageActivity" />