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