don't crash when opening 'xmpp:' uris
This commit is contained in:
parent
3a5735e717
commit
6dcce76568
|
@ -1026,7 +1026,7 @@ public class StartConversationActivity extends XmppActivity implements OnRosterU
|
|||
}
|
||||
|
||||
boolean invite() {
|
||||
if (jid != null) {
|
||||
if (getJid() != null) {
|
||||
return handleJid(this);
|
||||
}
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue