if (mAction == ACTION_UPDATE_TOKEN) {\r
/// lock things that should not change\r
mHostUrlInput.setEnabled(false);\r
+ mHostUrlInput.setFocusable(false);\r
mUsernameInput.setEnabled(false);\r
+ mUsernameInput.setFocusable(false);\r
mOAuth2Check.setVisibility(View.GONE);\r
if (!mServerIsValid && mOcServerChkOperation == null) {\r
checkOcServer(); \r