fix(rn,conference) remove no longer needed margin

We are using a safe area view now.
This commit is contained in:
Saúl Ibarra Corretgé 2021-03-18 12:43:11 +01:00 committed by Saúl Ibarra Corretgé
parent effa878fa4
commit 57ecdff9eb
1 changed files with 1 additions and 5 deletions

View File

@ -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: {