mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 02:10:44 +01:00
Fix overlap of join banner and camera toggle.
This commit is contained in:
committed by
Cody Henthorne
parent
7735ca9dab
commit
baa6032770
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* 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