fixed lint error

iNPUTmice created

Change summary

src/eu/siacs/conversations/ui/EditAccountActivity.java | 1 -
1 file changed, 1 deletion(-)

Detailed changes

src/eu/siacs/conversations/ui/EditAccountActivity.java 🔗

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