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