invalidate menu after backend connection.

fixes the menu not being shown after rotation in edit account details
This commit is contained in:
Daniel Gultsch 2015-10-25 22:46:06 +01:00
parent 1bd68a42b2
commit 56afdcc94a

View file

@ -476,6 +476,7 @@ public class EditAccountActivity extends XmppActivity implements OnAccountUpdate
this.mAccountJid.setAdapter(mKnownHostsAdapter);
}
updateSaveButton();
invalidateOptionsMenu();
}
@Override