Browse Source

Merge pull request #2838 from saghul/fix-statusbar-ios

[iOS] Fix statusbar color while in a conference
master
Zoltan Bettenbuk 7 years ago
parent
commit
f8941c846a
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      react/features/conference/components/Conference.native.js

+ 1
- 0
react/features/conference/components/Conference.native.js View File

193
                 accessible = { false }
193
                 accessible = { false }
194
                 style = { styles.conference }>
194
                 style = { styles.conference }>
195
                 <StatusBar
195
                 <StatusBar
196
+                    barStyle = 'light-content'
196
                     hidden = { true }
197
                     hidden = { true }
197
                     translucent = { true } />
198
                     translucent = { true } />
198
 
199
 

Loading…
Cancel
Save