fix(rn,thumbnail) fix not rendering indicators for virtual SS
This commit is contained in:
parent
eda3e620d3
commit
0f84b0b9fe
|
@ -221,7 +221,7 @@ class Thumbnail extends PureComponent<Props> {
|
|||
} = this.props;
|
||||
const indicators = [];
|
||||
|
||||
if (!_fakeParticipant) {
|
||||
if (!_fakeParticipant || _isVirtualScreenshare) {
|
||||
indicators.push(<View
|
||||
key = 'top-left-indicators'
|
||||
style = { [
|
||||
|
|
Loading…
Reference in New Issue