mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 18:00:02 +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
@@ -1,16 +0,0 @@
|
||||
/*
|
||||
* Copyright 2024 Signal Messenger, LLC
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
package org.thoughtcrime.securesms.service.webrtc.state
|
||||
|
||||
import org.thoughtcrime.securesms.service.webrtc.PendingParticipantCollection
|
||||
|
||||
/**
|
||||
* Represents the current state of the pending participants card.
|
||||
*/
|
||||
data class PendingParticipantsState(
|
||||
val pendingParticipantCollection: PendingParticipantCollection,
|
||||
val isInPipMode: Boolean
|
||||
)
|
||||
Reference in New Issue
Block a user