mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
fix(filmstrip): hide screenshare indicator if not screen sharing
This commit is contained in:
committed by
Calinteodor
parent
d68f1572a3
commit
ba57b1afff
@@ -221,7 +221,7 @@ class Thumbnail extends PureComponent<Props> {
|
||||
style = { styles.thumbnailTopLeftIndicatorContainer }>
|
||||
{ !_isVirtualScreenshare && <ConnectionIndicator participantId = { participantId } /> }
|
||||
{ !_isVirtualScreenshare && <RaisedHandIndicator participantId = { participantId } /> }
|
||||
{ tileView && !isScreenShare && (
|
||||
{ tileView && (isScreenShare || _isVirtualScreenshare) && (
|
||||
<View style = { styles.screenShareIndicatorContainer }>
|
||||
<ScreenShareIndicator />
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user