mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-24 09:42:17 -05:00
invalidate menu after backend connection.
fixes the menu not being shown after rotation in edit account details
This commit is contained in:
parent
1bd68a42b2
commit
56afdcc94a
@ -476,6 +476,7 @@ public class EditAccountActivity extends XmppActivity implements OnAccountUpdate
|
|||||||
this.mAccountJid.setAdapter(mKnownHostsAdapter);
|
this.mAccountJid.setAdapter(mKnownHostsAdapter);
|
||||||
}
|
}
|
||||||
updateSaveButton();
|
updateSaveButton();
|
||||||
|
invalidateOptionsMenu();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user