浏览代码

auto commit

app
jfinn 3 年前
父节点
当前提交
2d3bb6696e
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      react/features/base/participants/components/ParticipantView.native.js

+ 2
- 2
react/features/base/participants/components/ParticipantView.native.js 查看文件

@@ -219,8 +219,8 @@ class ParticipantView extends Component<Props> {
219 219
             <Container
220 220
                 onClick = { renderVideo || renderSharedVideo ? undefined : onPress }
221 221
                 style = {{
222
-                    // ...pvc_style,
223
-                    ...styles.participantView,
222
+                    ...pvc_style,
223
+                    // ...styles.participantView,
224 224
                     ...this.props.style,
225 225
                 }}
226 226
                 touchFeedback = { false }>

正在加载...
取消
保存