1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 09:09:38 +02:00

Merge branch '4.4'

This commit is contained in:
Florian Schmaus 2022-08-30 21:54:49 +02:00
commit 5455cfb3d2
2 changed files with 8 additions and 1 deletions

View file

@ -1154,7 +1154,7 @@ public class MultiUserChat {
if (!removed) return;
int currentCount = presenceInterceptorCount.decrementAndGet();
if (currentCount == 0) {
connection.removePresenceInterceptor(presenceInterceptor);
connection.removePresenceInterceptor(this.presenceInterceptor);
}
}