fix status bars sometimes not showing
This commit is contained in:
@@ -221,6 +221,10 @@ export function Shell() {
|
||||
return (
|
||||
<View testID="mobileShellView" style={[a.h_full, t.atoms.bg]}>
|
||||
<SystemBars
|
||||
hidden={{
|
||||
statusBar: false,
|
||||
navigationBar: false,
|
||||
}}
|
||||
style={{
|
||||
statusBar:
|
||||
t.name !== 'light' ||
|
||||
|
||||
Reference in New Issue
Block a user