avoids calling this method when the call is being created

This commit is contained in:
Vitor Pamplona
2025-08-08 17:16:33 -04:00
parent 839d1a2711
commit cf5bd9fb7b
@@ -45,8 +45,6 @@ class NotificationSubscription(
init {
// listens until the app crashes.
client.subscribe(this)
updateFilter()
}
override fun onEvent(relay: IRelayClient, subId: String, event: Event, arrivalTime: Long, afterEOSE: Boolean) {