Option to retry captcha resolving

This commit is contained in:
Koitharu
2023-09-05 11:26:43 +03:00
parent a679b6775d
commit 4c2197aa5d
6 changed files with 57 additions and 7 deletions

View File

@@ -49,7 +49,7 @@ class SourceSettingsViewModel @Inject constructor(
.scheme("https")
.host(repository.domain)
.build()
cookieJar.removeCookies(url)
cookieJar.removeCookies(url, null)
onActionDone.call(ReversibleAction(R.string.cookies_cleared, null))
loadUsername()
}