From: masensio Date: Tue, 27 Aug 2013 09:39:26 +0000 (+0200) Subject: Merge branch 'saml_based_federated_single_sign_on' into saml_based_federated_single_s... X-Git-Tag: oc-android-1.4.6~17^2~3 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/eb437200aa572a98b947ceac0a1b50972a6be6c6?hp=5066193e58ea77f0a507d790f9487fc3269ae3b0 Merge branch 'saml_based_federated_single_sign_on' into saml_based_federated_single_sign_on_expired --- diff --git a/src/com/owncloud/android/authentication/AuthenticatorActivity.java b/src/com/owncloud/android/authentication/AuthenticatorActivity.java index 753c29d9..107bca1c 100644 --- a/src/com/owncloud/android/authentication/AuthenticatorActivity.java +++ b/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);