瀏覽代碼

[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 }

Loading…
取消
儲存