mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-16 06:32:22 +01:00
hide verify encryption footer after blind trust
This commit is contained in:
parent
a05f0b1828
commit
2284d67237
1 changed files with 1 additions and 0 deletions
|
@ -1535,6 +1535,7 @@ public class ConversationsActivity extends XmppActivity implements OnConversatio
|
|||
if (menuItem.getItemId() == R.id.blind_trust) {
|
||||
conversation.verifyOtrFingerprint();
|
||||
xmppConnectionService.syncRosterToDisk(conversation.getAccount());
|
||||
refreshUiReal();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue