fixed lint error

This commit is contained in:
iNPUTmice 2014-08-19 15:27:26 +02:00
parent 3b79cc2f23
commit 6345217328
1 changed files with 0 additions and 1 deletions

View File

@ -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();