mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-04 16:25:06 -05:00
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 New Issue
Block a user