Ver código fonte

Merge branch 'saml_based_federated_single_sign_on' into saml_based_federated_single_sign_on_expired

masensio 11 anos atrás
pai
commit
eb437200aa

+ 5 - 1
src/com/owncloud/android/authentication/AuthenticatorActivity.java

@@ -330,7 +330,11 @@ implements  OnRemoteOperationListener, OnSslValidatorListener, OnFocusChangeList
             public void beforeTextChanged(CharSequence s, int start, int count, int after) {}
 
             @Override
-            public void onTextChanged(CharSequence s, int start, int before, int count) {}
+            public void onTextChanged(CharSequence s, int start, int before, int count) {
+                    mAuthStatusIcon = 0;
+                    mAuthStatusText = 0;
+                    showAuthStatus();
+            }
 
         });
         mPasswordInput.setOnFocusChangeListener(this);