mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-24 17:52:17 -05:00
Rerender message bubbles on encryption change
This commit is contained in:
parent
e6df4d81d2
commit
e07853ea62
@ -775,6 +775,7 @@ public class ConversationActivity extends XmppActivity
|
||||
xmppConnectionService.databaseBackend.updateConversation(conversation);
|
||||
fragment.updateChatMsgHint();
|
||||
invalidateOptionsMenu();
|
||||
refreshUi();
|
||||
return true;
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user