@@ -197,8 +197,8 @@ class Conference extends AbstractConference<Props, *> {
hidden = { _fullscreenEnabled }
translucent = { _fullscreenEnabled } />
{ this._renderContent() }
- <Wview_v1 style = { conference_style_v1 }></Wview_v1>
<Text>HI there</Text>
+ <Wview_v1 style = { conference_style_v1 }></Wview_v1>
</Container>
);
}