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;
|
} = this.props;
|
||||||
const indicators = [];
|
const indicators = [];
|
||||||
|
|
||||||
if (!_fakeParticipant) {
|
if (!_fakeParticipant || _isVirtualScreenshare) {
|
||||||
indicators.push(<View
|
indicators.push(<View
|
||||||
key = 'top-left-indicators'
|
key = 'top-left-indicators'
|
||||||
style = { [
|
style = { [
|
||||||
|
|
Loading…
Reference in New Issue