mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-21 12:21:31 +03:00
Merge pull request #1152 from esteemapp/bugfix/android-navbar
Fixed android navbar color
This commit is contained in:
commit
3e623e8023
@ -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