浏览代码

auto commit

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

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

@@ -215,7 +215,7 @@ class ParticipantView extends Component<Props> {
215 215
                 onClick = { renderVideo || renderSharedVideo ? undefined : onPress }
216 216
                 style = {{
217 217
                     ...styles.participantView,
218
-                    ...this.props.style
218
+                    ...this.props.style,
219 219
                 }}
220 220
                 touchFeedback = { false }>
221 221
 

正在加载...
取消
保存