소스 검색

Merge branch 'saml_based_federated_single_sign_on' into saml_based_federated_single_sign_on_expired

masensio 11 년 전
부모
커밋
eb437200aa
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      src/com/owncloud/android/authentication/AuthenticatorActivity.java

+ 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);