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
1 changed files with 1 additions and 0 deletions

View File

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