From 8daa13cd9943f438a2b7b94d5381d55387527f41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Thu, 19 Apr 2018 10:50:56 +0200 Subject: [PATCH] [iOS] Fix statusbar color while in a conference Be explciit about the appearance we desire, since each mounted StaturBar component will override the existing values. In this case, the problem was caused because the default on iOS is dark, whereas it's light on Android. Set it to light so it works consistently across both, which is what we want. --- react/features/conference/components/Conference.native.js | 1 + 1 file changed, 1 insertion(+) diff --git a/react/features/conference/components/Conference.native.js b/react/features/conference/components/Conference.native.js index 675854ba4..4822ed7aa 100644 --- a/react/features/conference/components/Conference.native.js +++ b/react/features/conference/components/Conference.native.js @@ -193,6 +193,7 @@ class Conference extends Component { accessible = { false } style = { styles.conference }>