fixed lint error
This commit is contained in:
parent
3b79cc2f23
commit
6345217328
|
@ -251,7 +251,6 @@ public class EditAccountActivity extends XmppActivity {
|
||||||
xmppConnectionService.getKnownHosts());
|
xmppConnectionService.getKnownHosts());
|
||||||
this.xmppConnectionService
|
this.xmppConnectionService
|
||||||
.setOnAccountListChangedListener(this.mOnAccountUpdateListener);
|
.setOnAccountListChangedListener(this.mOnAccountUpdateListener);
|
||||||
this.mAccountJid.setAdapter(null);
|
|
||||||
if (this.jidToEdit != null) {
|
if (this.jidToEdit != null) {
|
||||||
this.mAccount = xmppConnectionService.findAccountByJid(jidToEdit);
|
this.mAccount = xmppConnectionService.findAccountByJid(jidToEdit);
|
||||||
updateAccountInformation();
|
updateAccountInformation();
|
||||||
|
|
Loading…
Reference in New Issue