mirror of
https://github.com/moparisthebest/Conversations
synced 2025-02-07 10:20:12 -05:00
refresh UI to redraw message hint after switching to pgp
This commit is contained in:
parent
5f40a7042d
commit
cb5393c32f
@ -563,6 +563,7 @@ public abstract class XmppActivity extends Activity {
|
||||
if (conversation != null) {
|
||||
conversation.setNextEncryption(Message.ENCRYPTION_PGP);
|
||||
xmppConnectionService.databaseBackend.updateConversation(conversation);
|
||||
refreshUi();
|
||||
}
|
||||
if (onSuccess != null) {
|
||||
runOnUiThread(onSuccess);
|
||||
|
Loading…
Reference in New Issue
Block a user