1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-10-31 17:25:58 +01:00

Use weak ref connection in PrivacyListManager

This commit is contained in:
Florian Schmaus 2014-12-30 20:20:41 +01:00
parent ecc13e2e91
commit 1d2f9749b6

View file

@ -107,7 +107,7 @@ public class PrivacyListManager extends Manager {
// Send a result package acknowledging the reception of a privacy package.
IQ iq = IQ.createResultIQ(privacy);
connection.sendPacket(iq);
connection().sendPacket(iq);
}
}, PACKET_FILTER);
}