Browse Source

fix(rn,conference) remove no longer needed margin

We are using a safe area view now.
j8
Saúl Ibarra Corretgé 4 years ago
parent
commit
57ecdff9eb
1 changed files with 1 additions and 5 deletions
  1. 1
    5
      react/features/conference/components/native/styles.js

+ 1
- 5
react/features/conference/components/native/styles.js View File

@@ -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…
Cancel
Save