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

View File

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