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:
parent
ecc13e2e91
commit
1d2f9749b6
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue