This commit is contained in:
deniscerri 2026-01-31 10:39:43 +01:00
parent f2c3caa061
commit d78817be05
No known key found for this signature in database
GPG key ID: 95C43D517D830350

View file

@ -123,9 +123,6 @@ class PoTokenWebViewLoginActivity : BaseActivity() {
setResult(RESULT_OK, intent) setResult(RESULT_OK, intent)
} }
if (!noAuth) {
//update cookies //update cookies
withContext(Dispatchers.IO) { withContext(Dispatchers.IO) {
val cookieURL = "Po Token Generated Cookies" val cookieURL = "Po Token Generated Cookies"
@ -153,7 +150,6 @@ class PoTokenWebViewLoginActivity : BaseActivity() {
} }
} }
} }
}
webView.clearCache(true) webView.clearCache(true)
// ensures that the WebView isn't doing anything when destroying it // ensures that the WebView isn't doing anything when destroying it