Selaa lähdekoodia

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

[iOS] Fix statusbar color while in a conference
master
Zoltan Bettenbuk 7 vuotta sitten
vanhempi
commit
f8941c846a
No account linked to committer's email address
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1
    0
      react/features/conference/components/Conference.native.js

+ 1
- 0
react/features/conference/components/Conference.native.js Näytä tiedosto

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

Loading…
Peruuta
Tallenna