Skip to content

Commit 9bd83f8

Browse files
committed
remove unnecessary listener cleanup
1 parent 652e661 commit 9bd83f8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sdk/communication/azure-communication-chat/src/main/java/com/azure/android/communication/chat/implementation/signaling/CommunicationSignalingClient.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,6 @@ public void stop() {
128128
}
129129

130130
this.isRealtimeNotificationsStarted = false;
131-
for (CommunicationListener listener: this.trouterListeners.values()) {
132-
trouter.unregisterListener(listener);
133-
}
134131
this.trouter.close();
135132
this.trouterListeners.clear();
136133
}

0 commit comments

Comments
 (0)