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