Browse Source

[RN] Remove unneeded code

master
Saúl Ibarra Corretgé 7 years ago
parent
commit
7c8fa57bba

+ 1
- 1
react/features/base/participants/components/ParticipantView.native.js View File

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…
Cancel
Save