jfinn пре 3 година
родитељ
комит
0ab9a3f860
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      react/features/conference/components/native/Conference.js

+ 1
- 1
react/features/conference/components/native/Conference.js Прегледај датотеку

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

Loading…
Откажи
Сачувај