Fix captcha notification dismissing

This commit is contained in:
Koitharu
2025-07-06 12:09:30 +03:00
parent 33366e63db
commit f0ba42b518
2 changed files with 22 additions and 18 deletions

View File

@@ -404,6 +404,13 @@
tools:node="remove" />
</provider>
<receiver
android:name="org.koitharu.kotatsu.core.exceptions.resolve.CaptchaHandler$DiscardReceiver"
android:exported="false">
<intent-filter>
<action android:name="org.koitharu.kotatsu.CAPTCHA_DISCARD" />
</intent-filter>
</receiver>
<receiver
android:name="org.koitharu.kotatsu.widget.shelf.ShelfWidgetProvider"
android:exported="true"