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