mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 17:46:37 +03:00
Fixed bug it is not possible to login using two accounts in saml server. Clear webview cache.
This commit is contained in:
parent
85f63a0ff4
commit
d3a99fff00
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ public class SsoWebViewClient extends WebViewClient {
|
|||
@Override
|
||||
public void onPageStarted (WebView view, String url, Bitmap favicon) {
|
||||
Log_OC.d(TAG, "onPageStarted : " + url);
|
||||
view.clearCache(true);
|
||||
super.onPageStarted(view, url, favicon);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue