浏览代码

fix(rn,conference) remove no longer needed margin

We are using a safe area view now.
master
Saúl Ibarra Corretgé 4 年前
父节点
当前提交
57ecdff9eb
共有 1 个文件被更改,包括 1 次插入5 次删除
  1. 1
    5
      react/features/conference/components/native/styles.js

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

135
         left: 0,
135
         left: 0,
136
         position: 'absolute',
136
         position: 'absolute',
137
         right: 0,
137
         right: 0,
138
-
139
-        // Both on Android and iOS there is the status bar which may be visible.
140
-        // On iPhone X there is the notch. In the two cases BoxModel.margin is
141
-        // not enough.
142
-        top: BoxModel.margin * 3
138
+        top: 0
143
     },
139
     },
144
 
140
 
145
     insecureRoomNameLabel: {
141
     insecureRoomNameLabel: {

正在加载...
取消
保存