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