jfinn 3 роки тому
джерело
коміт
7b25c5c7b7

+ 2
- 2
react/features/large-video/components/LargeVideo.native.js Переглянути файл

@@ -130,13 +130,13 @@ class LargeVideo extends PureComponent<Props, State> {
130 130
                 disableVideo = { _disableVideo }
131 131
                 onPress = { onClick }
132 132
                 participantId = { _participantId }
133
-                style = { {..._styles.largeVideo ,borderColor: '#0000ff',}}
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 }
137 137
                 zoomEnabled = { false }
138 138
                  />
139
-                // style = { {..._styles.largeVideo ,...window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("fn",{},0) : {}}}
139
+                // style = { {..._styles.largeVideo ,borderColor: '#0000ff',}}
140 140
                 // style = { {..._styles.largeVideo ,...(window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("fn",{},0) : {})}}
141 141
                 // style = { _styles.largeVideo }
142 142
                 // zoomEnabled = { true }

Завантаження…
Відмінити
Зберегти