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