Fix screen pulsing when your video is disabled.

This commit is contained in:
Rashad Sookram 2022-04-15 11:44:49 -04:00 committed by GitHub
parent 3ec9cd1244
commit d62d0efb1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -143,7 +143,7 @@ public final class SignalCallManager implements CallManager.Observer, GroupCall.
} }
public @NonNull Flowable<WebRtcEphemeralState> ephemeralStates() { public @NonNull Flowable<WebRtcEphemeralState> ephemeralStates() {
return ephemeralStateStore.getStateFlowable(); return ephemeralStateStore.getStateFlowable().distinctUntilChanged();
} }
@NonNull CallManager getRingRtcCallManager() { @NonNull CallManager getRingRtcCallManager() {