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,8 +219,8 @@ class ParticipantView extends Component<Props> {
219 219
             <Container
220 220
                 onClick = { renderVideo || renderSharedVideo ? undefined : onPress }
221 221
                 style = {{
222
-                    // ...pvc_style,
223
-                    ...styles.participantView,
222
+                    ...pvc_style,
223
+                    // ...styles.participantView,
224 224
                     ...this.props.style,
225 225
                 }}
226 226
                 touchFeedback = { false }>

Loading…
Cancel
Save