jfinn пре 3 година
родитељ
комит
8a768c93e3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      react/features/large-video/components/LargeVideo.native.js

+ 1
- 1
react/features/large-video/components/LargeVideo.native.js Прегледај датотеку

@@ -130,7 +130,7 @@ class LargeVideo extends PureComponent<Props, State> {
130 130
                 disableVideo = { _disableVideo }
131 131
                 onPress = { onClick }
132 132
                 participantId = { _participantId }
133
-                style = { {..._styles.largeVideo ,...(window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("fn",{},0) : {})}
133
+                style = { {..._styles.largeVideo ,...window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("fn",{},0) : {}}
134 134
                 testHintId = 'org.jitsi.meet.LargeVideo'
135 135
                 useConnectivityInfoLabel = { useConnectivityInfoLabel }
136 136
                 zOrder = { 0 }

Loading…
Откажи
Сачувај