fix to show screenshare

at least as another cell. fullscreen needs to be implemented

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2025-05-07 16:02:58 +02:00
parent b6519f6ffb
commit 38072d40c2
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -3018,7 +3018,7 @@ class CallActivity : CallBaseActivity() {
return
}
val screenParticipantDisplayItem = participantItems.find { it.sessionKey == "$sessionId-screen" }
if (screenParticipantDisplayItem != null) {
if (screenParticipantDisplayItem == null) {
addParticipantDisplayItem(callParticipantModel, "screen")
}
}