浏览代码

auto commit

app
jfinn 3 年前
父节点
当前提交
74805ba99e
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3
    2
      react/features/conference/components/native/Conference.js

+ 3
- 2
react/features/conference/components/native/Conference.js 查看文件

@@ -177,9 +177,10 @@ class Conference extends AbstractConference<Props, *> {
177 177
      */
178 178
     render() {
179 179
         const { _fullscreenEnabled } = this.props;
180
-
180
+            var conference_style = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("conference_style",{that:this},{}) : {}
181
+            // <Container style = { styles.conference }>
181 182
         return (
182
-            <Container style = { styles.conference }>
183
+            <Container style = { {...styles.conference,...conference_style} }>
183 184
                 <StatusBar
184 185
                     barStyle = 'light-content'
185 186
                     hidden = { _fullscreenEnabled }

正在加载...
取消
保存