This commit is contained in:
xmflsct 2023-02-11 18:12:50 +01:00
parent 2de5a251ce
commit 620dcfccdb
1 changed files with 1 additions and 3 deletions

View File

@ -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}