mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-10 22:34:15 +01:00
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:
parent
b6519f6ffb
commit
38072d40c2
@ -3018,7 +3018,7 @@ class CallActivity : CallBaseActivity() {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
val screenParticipantDisplayItem = participantItems.find { it.sessionKey == "$sessionId-screen" }
|
val screenParticipantDisplayItem = participantItems.find { it.sessionKey == "$sessionId-screen" }
|
||||||
if (screenParticipantDisplayItem != null) {
|
if (screenParticipantDisplayItem == null) {
|
||||||
addParticipantDisplayItem(callParticipantModel, "screen")
|
addParticipantDisplayItem(callParticipantModel, "screen")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user