فهرست منبع

Fixed bug it is not possible to login using two accounts in saml server. Clear webview cache.

jabarros 11 سال پیش
والد
کامیت
d3a99fff00
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/com/owncloud/android/authentication/SsoWebViewClient.java

+ 1 - 0
src/com/owncloud/android/authentication/SsoWebViewClient.java

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