|
@@ -520,7 +520,7 @@ public class AuthenticatorActivity extends AccountAuthenticatorActivity
|
|
|
|
|
|
if (!webViewLoginMethod) {
|
|
if (!webViewLoginMethod) {
|
|
/// step 2 - set properties of UI elements (text, visibility, enabled...)
|
|
/// step 2 - set properties of UI elements (text, visibility, enabled...)
|
|
- mHostUrlInput = (EditText) findViewById(R.id.hostUrlInput);
|
|
|
|
|
|
+ mHostUrlInput = (CustomEditText) findViewById(R.id.hostUrlInput);
|
|
// Convert IDN to Unicode
|
|
// Convert IDN to Unicode
|
|
mHostUrlInput.setText(DisplayUtils.convertIdn(mServerInfo.mBaseUrl, false));
|
|
mHostUrlInput.setText(DisplayUtils.convertIdn(mServerInfo.mBaseUrl, false));
|
|
if (mAction != ACTION_CREATE) {
|
|
if (mAction != ACTION_CREATE) {
|