mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-21 12:21:31 +03:00
Fixed android navbar color
This commit is contained in:
parent
0d8605b108
commit
b110039ef3
@ -131,7 +131,7 @@ class ApplicationContainer extends Component {
|
||||
if (nextProps.isDarkTheme) {
|
||||
changeNavigationBarColor('#1e2835');
|
||||
} else {
|
||||
changeNavigationBarColor('#FFFFFF');
|
||||
changeNavigationBarColor('#FFFFFF', true);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user