projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'saml_based_federated_single_sign_on' into saml_based_federated_single_s...
[pub/Android/ownCloud.git]
/
src
/
com
/
owncloud
/
android
/
authentication
/
AuthenticatorActivity.java
diff --git
a/src/com/owncloud/android/authentication/AuthenticatorActivity.java
b/src/com/owncloud/android/authentication/AuthenticatorActivity.java
index
753c29d
..
107bca1
100644
(file)
--- 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) {}
\r
\r
@Override
\r
public void beforeTextChanged(CharSequence s, int start, int count, int after) {}
\r
\r
@Override
\r
- public void onTextChanged(CharSequence s, int start, int before, int count) {}
\r
+ public void onTextChanged(CharSequence s, int start, int before, int count) {
\r
+ mAuthStatusIcon = 0;
\r
+ mAuthStatusText = 0;
\r
+ showAuthStatus();
\r
+ }
\r
\r
});
\r
mPasswordInput.setOnFocusChangeListener(this);
\r
\r
});
\r
mPasswordInput.setOnFocusChangeListener(this);
\r