Optional OTR encryption (2/2) : TODO: Fix ask question to verify contact
This commit is contained in:
parent
5d7d13378c
commit
b60d2d49fb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue