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
// NOTHING TO DO ; can't find out what situation that leads to the exception in this code, but user logs signal that it happens\r
}\r
\r
- if (result.isTemporalRedirection() || result.isIdPRedirection()) {\r
+ //if (result.isTemporalRedirection() || result.isIdPRedirection()) {\r
+ if (result.isIdPRedirection()) {\r
String url = result.getRedirectedLocation();\r
String targetUrl = mHostBaseUrl + AccountUtils.getWebdavPath(mDiscoveredVersion, mAuthTokenType);\r
\r