浏览代码

[RN] Remove unneeded code

master
Saúl Ibarra Corretgé 7 年前
父节点
当前提交
7c8fa57bba
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      react/features/base/participants/components/ParticipantView.native.js

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

255
 
255
 
256
                 { renderVideo
256
                 { renderVideo
257
                     && <VideoTrack
257
                     && <VideoTrack
258
-                        onPress = { renderVideo ? onPress : undefined }
258
+                        onPress = { onPress }
259
                         videoTrack = { videoTrack }
259
                         videoTrack = { videoTrack }
260
                         waitForVideoStarted = { waitForVideoStarted }
260
                         waitForVideoStarted = { waitForVideoStarted }
261
                         zOrder = { this.props.zOrder }
261
                         zOrder = { this.props.zOrder }

正在加载...
取消
保存