Fix inifite captcha notifications

master
Koitharu 9 months ago
parent 6d3f8cbb3b
commit 0c713cb799
Signed by: Koitharu
GPG Key ID: 676DEE768C17A9D7

@ -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)

Loading…
Cancel
Save