don't crash when opening 'xmpp:' uris

This commit is contained in:
Daniel Gultsch 2016-07-22 16:33:09 +02:00
parent 3a5735e717
commit 6dcce76568
1 changed files with 1 additions and 1 deletions

View File

@ -1026,7 +1026,7 @@ public class StartConversationActivity extends XmppActivity implements OnRosterU
}
boolean invite() {
if (jid != null) {
if (getJid() != null) {
return handleJid(this);
}
return false;