fix status bars sometimes not showing

This commit is contained in:
Samuel Newman
2026-05-24 15:27:33 +03:00
parent bf83f165ee
commit 8a76c8374f
+4
View File
@@ -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' ||