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:
commit
5455cfb3d2
2 changed files with 8 additions and 1 deletions
|
@ -1154,7 +1154,7 @@ public class MultiUserChat {
|
|||
if (!removed) return;
|
||||
int currentCount = presenceInterceptorCount.decrementAndGet();
|
||||
if (currentCount == 0) {
|
||||
connection.removePresenceInterceptor(presenceInterceptor);
|
||||
connection.removePresenceInterceptor(this.presenceInterceptor);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue