mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 18:26:57 +00:00
Fix screen pulsing when your video is disabled.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user