Ver código fonte

auto commit

app
jfinn 3 anos atrás
pai
commit
248de1794d

+ 4
- 4
react/features/conference/components/native/Conference.js Ver arquivo

@@ -179,13 +179,13 @@ class Conference extends AbstractConference<Props, *> {
179 179
     render() {
180 180
         const { _fullscreenEnabled } = this.props;
181 181
             var conference_style = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("conference_style",{that:this},{}) : {}
182
-            var webview_style = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("webview_style",{that:this},{}) : {}
182
+            // var webview_style = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("webview_style",{that:this},{}) : {}
183 183
             // <Container style = { styles.conference }>
184
+/*            <WebView source = {{uri:"https://excalidraw.videocorners.com/#room=4zmaf7d5jtcx4pqgruba,4zmaf7BMXbI6tCEiW7rbgy"}}
185
+            style = {webview_style}
186
+            ></WebView>*/
184 187
         return (
185 188
             <Container style = { {...styles.conference,...conference_style} }>
186
-            <WebView source = {{uri:"https://excalidraw.videocorners.com/#room=4zmaf7d5jtcx4pqgruba,4zmaf7BMXbI6tCEiW7rbgy"}}
187
-            style = {webview_style}
188
-            ></WebView>
189 189
                 <StatusBar
190 190
                     barStyle = 'light-content'
191 191
                     hidden = { _fullscreenEnabled }

Carregando…
Cancelar
Salvar