Browse Source

auto commit

app
jfinn 3 years ago
parent
commit
0ab9a3f860
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

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

Loading…
Cancel
Save