fix light status bar behaviour
This commit is contained in:
@@ -123,7 +123,8 @@ export function VideoFeed({}: NativeStackScreenProps<
|
||||
}, [setMinShellMode, t]),
|
||||
)
|
||||
|
||||
useSetLightStatusBar(true)
|
||||
const isFocused = useIsFocused()
|
||||
useSetLightStatusBar(isFocused)
|
||||
|
||||
return (
|
||||
<ThemeProvider theme="dark">
|
||||
|
||||
Reference in New Issue
Block a user