mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fix #702
This commit is contained in:
@@ -221,9 +221,7 @@ const Screens: React.FC = () => {
|
||||
<IntlProvider locale={i18n.language}>
|
||||
<StatusBar
|
||||
backgroundColor={colors.backgroundDefault}
|
||||
{...(Platform.OS === 'android' && {
|
||||
barStyle: theme === 'light' ? 'dark-content' : 'light-content'
|
||||
})}
|
||||
barStyle={theme === 'light' ? 'dark-content' : 'light-content'}
|
||||
/>
|
||||
<NavigationContainer
|
||||
ref={navigationRef}
|
||||
|
Reference in New Issue
Block a user