mirror of
https://github.com/tooot-app/app
synced 2024-12-26 17:32:26 +01:00
Fix #702
This commit is contained in:
parent
2de5a251ce
commit
620dcfccdb
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user