From 57ecdff9eb93883c99152f3941ef6dc734a7b056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Thu, 18 Mar 2021 12:43:11 +0100 Subject: [PATCH] fix(rn,conference) remove no longer needed margin We are using a safe area view now. --- react/features/conference/components/native/styles.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/react/features/conference/components/native/styles.js b/react/features/conference/components/native/styles.js index f37a6f8d4..5ed30890a 100644 --- a/react/features/conference/components/native/styles.js +++ b/react/features/conference/components/native/styles.js @@ -135,11 +135,7 @@ export default { left: 0, position: 'absolute', right: 0, - - // Both on Android and iOS there is the status bar which may be visible. - // On iPhone X there is the notch. In the two cases BoxModel.margin is - // not enough. - top: BoxModel.margin * 3 + top: 0 }, insecureRoomNameLabel: {