mirror of
https://github.com/igniterealtime/Spark.git
synced 2026-08-18 11:10:02 +00:00
Fix multiple display notifications.
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@5318 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
@ -208,6 +208,8 @@ public class ChatRoomImpl extends ChatRoom {
|
||||
public void closeChatRoom() {
|
||||
super.closeChatRoom();
|
||||
|
||||
SparkManager.getMessageEventManager().removeMessageEventRequestListener(messageEventRequestListener);
|
||||
|
||||
SparkManager.getChatManager().removeChat(this);
|
||||
|
||||
SparkManager.getConnection().removePacketListener(this);
|
||||
|
||||
Reference in New Issue
Block a user