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

[iOS] Fix statusbar color while in a conference
This commit is contained in:
Zoltan Bettenbuk 2018-04-19 13:21:46 +02:00 committed by GitHub
commit f8941c846a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -193,6 +193,7 @@ class Conference extends Component<Props> {
accessible = { false }
style = { styles.conference }>
<StatusBar
barStyle = 'light-content'
hidden = { true }
translucent = { true } />