mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-25 20:23:19 +00:00
Add confirmation dialog for lowering a raised hand.
This commit is contained in:
committed by
Cody Henthorne
parent
c2f5a6390e
commit
9ed80d46b6
@@ -178,7 +178,7 @@ public class CallParticipantListUpdateTest {
|
||||
private static CallParticipant createParticipant(long recipientId, long deMuxId, @NonNull CallParticipant.DeviceOrdinal deviceOrdinal) {
|
||||
Recipient recipient = new Recipient(RecipientId.from(recipientId), mock(RecipientDetails.class), true);
|
||||
|
||||
return CallParticipant.createRemote(new CallParticipantId(deMuxId, recipient.getId()), recipient, null, new BroadcastVideoSink(), false, false, false, false, -1, false, 0, false, deviceOrdinal);
|
||||
return CallParticipant.createRemote(new CallParticipantId(deMuxId, recipient.getId()), recipient, null, new BroadcastVideoSink(), false, false, false, CallParticipant.HAND_LOWERED, -1, false, 0, false, deviceOrdinal);
|
||||
}
|
||||
|
||||
}
|
||||
@@ -243,7 +243,7 @@ public class ParticipantCollectionTest {
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
CallParticipant.HAND_LOWERED,
|
||||
lastSpoke,
|
||||
false,
|
||||
added,
|
||||
|
||||
Reference in New Issue
Block a user