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);
|
xmppConnectionService.databaseBackend.updateConversation(conversation);
|
||||||
fragment.updateChatMsgHint();
|
fragment.updateChatMsgHint();
|
||||||
invalidateOptionsMenu();
|
invalidateOptionsMenu();
|
||||||
|
refreshUi();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue