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 a new issue