浏览代码

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,13 +42,13 @@ const ConferenceNavigationContainer = () => {
42 42
             : screen.conference.chatandpolls.main;
43 43
 
44 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 46
     return (
48 47
         <SafeAreaProvider>
49 48
             <NavigationContainer
50 49
                 independent = { true }
51 50
                 ref = { conferenceNavigationRef }
51
+                style = {cnc_style}
52 52
                 theme = {{
53 53
                     colors: {
54 54
                         background: '#ff0',

正在加载...
取消
保存