Browse Source

auto commit

app
jfinn 3 years ago
parent
commit
632a1709da
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      react/features/conference/components/native/Conference.js

+ 2
- 1
react/features/conference/components/native/Conference.js View File

@@ -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>

Loading…
Cancel
Save