mirror of https://github.com/tooot-app/app
Fixed #325
This commit is contained in:
parent
7c0bcbeb06
commit
df80135226
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue