浏览代码

auto commit

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

+ 1
- 1
react/features/conference/components/native/ConferenceNavigationContainer.js 查看文件

42
             : screen.conference.chatandpolls.main;
42
             : screen.conference.chatandpolls.main;
43
 
43
 
44
             var cnc_style = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("ConferenceNavigationContainer",{that:this},{}) : {}
44
             var cnc_style = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("ConferenceNavigationContainer",{that:this},{}) : {}
45
-                // style = {cnc_style}
46
 
45
 
47
     return (
46
     return (
48
         <SafeAreaProvider>
47
         <SafeAreaProvider>
49
             <NavigationContainer
48
             <NavigationContainer
50
                 independent = { true }
49
                 independent = { true }
51
                 ref = { conferenceNavigationRef }
50
                 ref = { conferenceNavigationRef }
51
+                style = {cnc_style}
52
                 theme = {{
52
                 theme = {{
53
                     colors: {
53
                     colors: {
54
                         background: '#ff0',
54
                         background: '#ff0',

正在加载...
取消
保存