Remove redundant distinctUntilChanged (#2804)

Because this.scope.state() does this for us
This commit is contained in:
Hugh Nimmo-Smith 2024-11-20 10:31:36 +00:00 committed by GitHub
parent b3ceb5300c
commit fbc2cd3e97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -260,7 +260,6 @@ class UserMedia {
),
),
startWith(false),
distinctUntilChanged(),
// Make this Observable hot so that the timers don't reset when you
// resubscribe
this.scope.state(),