ソースを参照

auto commit

app
jfinn 3年前
コミット
13308d056f
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      react/features/conference/components/native/Conference.js

+ 1
- 1
react/features/conference/components/native/Conference.js ファイルの表示

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

読み込み中…
キャンセル
保存