hrukudah #15

Closed
bodqhrohro wants to merge 30 commits from hrukudah into master
Showing only changes of commit 0a99844a71 - Show all commits

View file

@ -836,6 +836,7 @@ public class ConversationsActivity extends XmppActivity implements OnConversatio
if (menuItem.getItemId() == R.id.blind_trust) { if (menuItem.getItemId() == R.id.blind_trust) {
conversation.verifyOtrFingerprint(); conversation.verifyOtrFingerprint();
xmppConnectionService.syncRosterToDisk(conversation.getAccount()); xmppConnectionService.syncRosterToDisk(conversation.getAccount());
refreshUiReal();
return true; return true;
} }