Przeglądaj źródła

auto commit

app
jfinn 3 lat temu
rodzic
commit
632a1709da

+ 2
- 1
react/features/conference/components/native/Conference.js Wyświetl plik

@@ -189,12 +189,13 @@ class Conference extends AbstractConference<Props, *> {
189 189
 /*            <WebView source = {{uri:"https://excalidraw.videocorners.com/#room=4zmaf7d5jtcx4pqgruba,4zmaf7BMXbI6tCEiW7rbgy"}}
190 190
             style = {webview_style}
191 191
             ></WebView>*/
192
+                    // translucent = { _fullscreenEnabled } />
192 193
         return (
193 194
             <Container style = { {...styles.conference,...conference_style} }>
194 195
                 <StatusBar
195 196
                     barStyle = 'light-content'
196 197
                     hidden = { _fullscreenEnabled }
197
-                    translucent = { _fullscreenEnabled } />
198
+                    translucent = { false } />
198 199
                 { this._renderContent() }
199 200
             <Wview_v1 style = { conference_style_v1 }></Wview_v1>
200 201
             </Container>

Ładowanie…
Anuluj
Zapisz