1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-13 23:24:50 +02:00

SMACK-443 remove duplicate notifyReconnection()

notifyReconnection() was called in initConnection() and in connect()

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/smack_3_3_2@13789 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Florian Schmaus 2013-10-26 11:26:19 +00:00 committed by flow
parent b16f34f61e
commit 62bc862015

View file

@ -652,9 +652,6 @@ public class XMPPConnection extends Connection {
listener.connectionCreated(this);
}
}
else if (!wasAuthenticated) {
notifyReconnection();
}
}
catch (XMPPException ex) {