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}>
|
<IntlProvider locale={i18n.language}>
|
||||||
<StatusBar
|
<StatusBar
|
||||||
backgroundColor={colors.backgroundDefault}
|
backgroundColor={colors.backgroundDefault}
|
||||||
{...(Platform.OS === 'android' && {
|
barStyle={theme === 'light' ? 'dark-content' : 'light-content'}
|
||||||
barStyle: theme === 'light' ? 'dark-content' : 'light-content'
|
|
||||||
})}
|
|
||||||
/>
|
/>
|
||||||
<NavigationContainer
|
<NavigationContainer
|
||||||
ref={navigationRef}
|
ref={navigationRef}
|
||||||
|
Reference in New Issue
Block a user