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,7 +255,7 @@ class ParticipantView extends Component<Props> {
255 255
 
256 256
                 { renderVideo
257 257
                     && <VideoTrack
258
-                        onPress = { renderVideo ? onPress : undefined }
258
+                        onPress = { onPress }
259 259
                         videoTrack = { videoTrack }
260 260
                         waitForVideoStarted = { waitForVideoStarted }
261 261
                         zOrder = { this.props.zOrder }

Loading…
Cancel
Save