reformating

This commit is contained in:
Daniel Gultsch 2015-08-23 17:29:31 +02:00
parent d51c4b9655
commit bbfd98b726
1 changed files with 1 additions and 3 deletions

View File

@ -626,9 +626,7 @@ public class XmppConnection implements Runnable {
} else {
throw new IncompatibleServerException();
}
} else if (this.streamFeatures.hasChild("sm", "urn:xmpp:sm:"
+ smVersion)
&& streamId != null) {
} else if (this.streamFeatures.hasChild("sm", "urn:xmpp:sm:" + smVersion) && streamId != null) {
if (Config.EXTENDED_SM_LOGGING) {
Log.d(Config.LOGTAG,account.getJid().toBareJid()+": resuming after stanza #"+stanzasReceived);
}