Implemented analysis in DetectAuthenticationMethodOperation to find out what authenti...
[pub/Android/ownCloud.git] / src / com / owncloud / android / authentication / AuthenticatorActivity.java
index a8293c3..4f6fc6c 100644 (file)
@@ -1231,7 +1231,7 @@ public class AuthenticatorActivity extends AccountAuthenticatorActivity
 \r
         } else {\r
             if (mDetectAuthorizationMethod  && \r
 \r
         } else {\r
             if (mDetectAuthorizationMethod  && \r
-                    ( result.getCode() == ResultCode.UNAUTHORIZED && result.isBasicAuthentication())) {\r
+                    ( result.getCode() == ResultCode.UNAUTHORIZED /*&& result.isBasicAuthentication()*/)) {\r
                 mDetectAuthorizationMethod = false;\r
                 mOkButton.setEnabled(true);\r
                 \r
                 mDetectAuthorizationMethod = false;\r
                 mOkButton.setEnabled(true);\r
                 \r