浏览代码

auto commit

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

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

@@ -193,7 +193,7 @@ class Conference extends AbstractConference<Props, *> {
193 193
         return (
194 194
             <Container style = { {...styles.conference,...conference_style} }>
195 195
                 <StatusBar
196
-                    barStyle = 'light-content'
196
+                    barStyle = 'dark-content'
197 197
                     hidden = { false }
198 198
                     translucent = { false } />
199 199
                 { this._renderContent() }

正在加载...
取消
保存