Browse Source

auto commit

app
jfinn 3 years ago
parent
commit
d2a652c853
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

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

Loading…
Cancel
Save