瀏覽代碼

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
 

Loading…
取消
儲存