.
This commit is contained in:
parent
f2c3caa061
commit
d78817be05
1 changed files with 22 additions and 26 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue