Merge pull request #2838 from saghul/fix-statusbar-ios
[iOS] Fix statusbar color while in a conference
This commit is contained in:
commit
f8941c846a
|
@ -193,6 +193,7 @@ class Conference extends Component<Props> {
|
|||
accessible = { false }
|
||||
style = { styles.conference }>
|
||||
<StatusBar
|
||||
barStyle = 'light-content'
|
||||
hidden = { true }
|
||||
translucent = { true } />
|
||||
|
||||
|
|
Loading…
Reference in New Issue