1
0
Fork 1

Optional OTR encryption (2/2) : TODO: Fix ask question to verify contact

This commit is contained in:
Arne 2024-10-01 12:45:16 +02:00
parent 5d7d13378c
commit b60d2d49fb

View file

@ -200,7 +200,7 @@ public class VerifyOTRActivity extends XmppActivity implements XmppConnectionSer
return false;
}
try {
this.mConversation = this.xmppConnectionService.find(null, this.mAccount, Jid.of(intent.getExtras().getString("contact")));
this.mConversation = this.xmppConnectionService.find(this.mAccount, Jid.of(intent.getStringExtra("contact")));
if (this.mConversation == null) {
return false;
}