even less jumpy
This commit is contained in:
parent
6a329c7465
commit
425f0479a8
|
@ -503,7 +503,9 @@ public class EditAccountActivity extends XmppActivity implements OnAccountUpdate
|
||||||
} else {
|
} else {
|
||||||
if (this.mAccount.errorStatus()) {
|
if (this.mAccount.errorStatus()) {
|
||||||
this.mAccountJid.setError(getString(this.mAccount.getStatus().getReadableId()));
|
this.mAccountJid.setError(getString(this.mAccount.getStatus().getReadableId()));
|
||||||
this.mAccountJid.requestFocus();
|
if (init) {
|
||||||
|
this.mAccountJid.requestFocus();
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
this.mAccountJid.setError(null);
|
this.mAccountJid.setError(null);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue