Browse Source

auto commit

app
jfinn 3 years ago
parent
commit
2d3bb6696e

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

219
             <Container
219
             <Container
220
                 onClick = { renderVideo || renderSharedVideo ? undefined : onPress }
220
                 onClick = { renderVideo || renderSharedVideo ? undefined : onPress }
221
                 style = {{
221
                 style = {{
222
-                    // ...pvc_style,
223
-                    ...styles.participantView,
222
+                    ...pvc_style,
223
+                    // ...styles.participantView,
224
                     ...this.props.style,
224
                     ...this.props.style,
225
                 }}
225
                 }}
226
                 touchFeedback = { false }>
226
                 touchFeedback = { false }>

Loading…
Cancel
Save