mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-24 17:52:17 -05:00
fixed crash on failed account registry
This commit is contained in:
parent
fce30f22c9
commit
d672d578c9
@ -683,7 +683,7 @@ public class XmppConnection implements Runnable {
|
||||
disconnect(true);
|
||||
Log.d(Config.LOGTAG, account.getJid().toBareJid()
|
||||
+ ": could not register. instructions are"
|
||||
+ instructions != null ? instructions.getContent() : "");
|
||||
+ (instructions != null ? instructions.getContent() : ""));
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user