mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-23 04:28:35 +00:00
Fix minor Group Call Ringing UI bugs.
This commit is contained in:
@@ -291,6 +291,7 @@ public class WebRtcCallView extends ConstraintLayout {
|
||||
rotatableControls.add(cameraDirectionToggle);
|
||||
rotatableControls.add(decline);
|
||||
rotatableControls.add(smallLocalRender.findViewById(R.id.call_participant_mic_muted));
|
||||
rotatableControls.add(ringToggle);
|
||||
|
||||
smallHeaderConstraints = new ConstraintSet();
|
||||
smallHeaderConstraints.clone(getContext(), R.layout.webrtc_call_view_header_small);
|
||||
|
||||
@@ -192,6 +192,7 @@ public final class IncomingGroupCallActionProcessor extends DeviceAwareActionPro
|
||||
.groupCallState(WebRtcViewModel.GroupCallState.DISCONNECTED)
|
||||
.commit()
|
||||
.changeCallSetupState()
|
||||
.isRemoteVideoOffer(false)
|
||||
.enableVideoOnCreate(answerWithVideo)
|
||||
.build();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user