瀏覽代碼

fix: respect safe area in conference on ios

master
Bettenbuk Zoltan 6 年之前
父節點
當前提交
3ff658a13b
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      react/features/conference/components/native/Conference.js

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

1
 // @flow
1
 // @flow
2
 
2
 
3
 import React from 'react';
3
 import React from 'react';
4
-import { NativeModules, SafeAreaView, StatusBar, View } from 'react-native';
4
+import { NativeModules, SafeAreaView, StatusBar } from 'react-native';
5
 import LinearGradient from 'react-native-linear-gradient';
5
 import LinearGradient from 'react-native-linear-gradient';
6
 
6
 
7
 import { appNavigate } from '../../../app';
7
 import { appNavigate } from '../../../app';
279
                         </TintedView>
279
                         </TintedView>
280
                 }
280
                 }
281
 
281
 
282
-                <View
282
+                <SafeAreaView
283
                     pointerEvents = 'box-none'
283
                     pointerEvents = 'box-none'
284
                     style = { styles.toolboxAndFilmstripContainer }>
284
                     style = { styles.toolboxAndFilmstripContainer }>
285
 
285
 
320
                       */
320
                       */
321
                         _shouldDisplayTileView ? undefined : <Filmstrip />
321
                         _shouldDisplayTileView ? undefined : <Filmstrip />
322
                     }
322
                     }
323
-                </View>
323
+                </SafeAreaView>
324
 
324
 
325
                 <SafeAreaView
325
                 <SafeAreaView
326
                     pointerEvents = 'box-none'
326
                     pointerEvents = 'box-none'

Loading…
取消
儲存