Browse Source

auto commit

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

197
                     hidden = { _fullscreenEnabled }
197
                     hidden = { _fullscreenEnabled }
198
                     translucent = { _fullscreenEnabled } />
198
                     translucent = { _fullscreenEnabled } />
199
                 { this._renderContent() }
199
                 { this._renderContent() }
200
-            <Wview_v1 style = { conference_style_v1 }></Wview_v1>
201
             <Text>HI there</Text>
200
             <Text>HI there</Text>
201
+            <Wview_v1 style = { conference_style_v1 }></Wview_v1>
202
             </Container>
202
             </Container>
203
         );
203
         );
204
     }
204
     }

Loading…
Cancel
Save