Browse Source

auto commit

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

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

190
             ></WebView>*/
190
             ></WebView>*/
191
         return (
191
         return (
192
             <Container style = { {...styles.conference,...conference_style} }>
192
             <Container style = { {...styles.conference,...conference_style} }>
193
-            <Wview_v1></Wview_v1>
194
                 <StatusBar
193
                 <StatusBar
195
                     barStyle = 'light-content'
194
                     barStyle = 'light-content'
196
                     hidden = { _fullscreenEnabled }
195
                     hidden = { _fullscreenEnabled }
197
                     translucent = { _fullscreenEnabled } />
196
                     translucent = { _fullscreenEnabled } />
198
                 { this._renderContent() }
197
                 { this._renderContent() }
198
+            <Wview_v1></Wview_v1>
199
             </Container>
199
             </Container>
200
         );
200
         );
201
     }
201
     }

Loading…
Cancel
Save