mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Ensure landscape operation is only enabled on foldable displays.
This commit is contained in:
committed by
Greyson Parrelli
parent
922d0d7203
commit
52978b1b42
@@ -0,0 +1,9 @@
|
||||
package org.thoughtcrime.securesms.webrtc
|
||||
|
||||
import org.thoughtcrime.securesms.components.webrtc.CallParticipantsState
|
||||
|
||||
data class CallParticipantsViewState(
|
||||
val callParticipantsState: CallParticipantsState,
|
||||
val isPortrait: Boolean,
|
||||
val isLandscapeEnabled: Boolean
|
||||
)
|
||||
Reference in New Issue
Block a user