ソースを参照

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,11 +135,7 @@ export default {
135 135
         left: 0,
136 136
         position: 'absolute',
137 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 141
     insecureRoomNameLabel: {

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