CallTimer: Fix typo

This commit is contained in:
Vendicated 2022-11-25 16:16:07 +01:00
parent c5b5b754e2
commit 50a96e8047
No known key found for this signature in database
GPG key ID: EC781ADFB93EFFA3

View file

@ -109,7 +109,7 @@ export default definePlugin({
},
stop() {
FluxDispatcher.unsubscribe("RCT_CONNECTION_STATE", this.handleRtcConnectionState);
FluxDispatcher.unsubscribe("RTC_CONNECTION_STATE", this.handleRtcConnectionState);
this.style?.remove();
clearInterval(this.interval);
}