瀏覽代碼

auto commit

app
jfinn 3 年之前
父節點
當前提交
d2a652c853
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      react/features/conference/components/native/Conference.js

+ 1
- 1
react/features/conference/components/native/Conference.js 查看文件

@@ -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
     }

Loading…
取消
儲存