mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 08:39:22 +01:00
Add CallScreenMediator pattern to facilitate moving from views to compose.
This commit is contained in:
committed by
Greyson Parrelli
parent
f80ab7402a
commit
216c29c206
@@ -7,8 +7,7 @@ class CallParticipantsViewState(
|
||||
callParticipantsState: CallParticipantsState,
|
||||
ephemeralState: WebRtcEphemeralState,
|
||||
val isPortrait: Boolean,
|
||||
val isLandscapeEnabled: Boolean,
|
||||
val isStartedFromCallLink: Boolean
|
||||
val isLandscapeEnabled: Boolean
|
||||
) {
|
||||
|
||||
val callParticipantsState = CallParticipantsState.update(callParticipantsState, ephemeralState)
|
||||
|
||||
Reference in New Issue
Block a user