Преглед изворни кода

fix(rn,conference) remove no longer needed margin

We are using a safe area view now.
j8
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: {

Loading…
Откажи
Сачувај