From 0c713cb799e0c735f4de666281d4feaf44384aee Mon Sep 17 00:00:00 2001 From: Koitharu Date: Mon, 4 Aug 2025 12:50:09 +0300 Subject: [PATCH] Fix inifite captcha notifications --- .../koitharu/kotatsu/core/exceptions/resolve/CaptchaHandler.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/kotlin/org/koitharu/kotatsu/core/exceptions/resolve/CaptchaHandler.kt b/app/src/main/kotlin/org/koitharu/kotatsu/core/exceptions/resolve/CaptchaHandler.kt index 081c853f5..ba3dbdc80 100644 --- a/app/src/main/kotlin/org/koitharu/kotatsu/core/exceptions/resolve/CaptchaHandler.kt +++ b/app/src/main/kotlin/org/koitharu/kotatsu/core/exceptions/resolve/CaptchaHandler.kt @@ -225,6 +225,7 @@ class CaptchaHandler @Inject constructor( .data(source.faviconUri()) .allowHardware(false) .allowConversionToBitmap(true) + .ignoreCaptchaErrors() .mangaSourceExtra(source) .size(context.resources.getNotificationIconSize()) .scale(Scale.FILL)