mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-26 16:22:06 +01: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:
parent
b16f34f61e
commit
62bc862015
1 changed files with 0 additions and 3 deletions
|
@ -652,9 +652,6 @@ public class XMPPConnection extends Connection {
|
||||||
listener.connectionCreated(this);
|
listener.connectionCreated(this);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (!wasAuthenticated) {
|
|
||||||
notifyReconnection();
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
catch (XMPPException ex) {
|
catch (XMPPException ex) {
|
||||||
|
|
Loading…
Reference in a new issue