Browse Source

auto commit

app
jfinn 3 years ago
parent
commit
ede945a2e1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      react/features/conference/components/native/Conference.js

+ 1
- 1
react/features/conference/components/native/Conference.js View File

@@ -180,7 +180,7 @@ class Conference extends AbstractConference<Props, *> {
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 182
             var webview_style = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("webview_style",{that:this},{}) : {}
183
-            style = {webview_style}
183
+            // style = {webview_style}
184 184
             // <Container style = { styles.conference }>
185 185
         return (
186 186
             <Container style = { {...styles.conference,...conference_style} }>

Loading…
Cancel
Save