Fix screen pulsing when your video is disabled.
This commit is contained in:
parent
3ec9cd1244
commit
d62d0efb1d
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue