mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-28 11:42:15 -05:00
show error message in account details when info has not been edited
This commit is contained in:
parent
1f43115544
commit
13cce172ab
@ -503,7 +503,7 @@ public class EditAccountActivity extends XmppActivity implements OnAccountUpdate
|
||||
} else {
|
||||
if (this.mAccount.errorStatus()) {
|
||||
this.mAccountJid.setError(getString(this.mAccount.getStatus().getReadableId()));
|
||||
if (init) {
|
||||
if (init || !accountInfoEdited()) {
|
||||
this.mAccountJid.requestFocus();
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user