mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 04:41:43 +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) {
|
if (nextProps.isDarkTheme) {
|
||||||
changeNavigationBarColor('#1e2835');
|
changeNavigationBarColor('#1e2835');
|
||||||
} else {
|
} else {
|
||||||
changeNavigationBarColor('#FFFFFF');
|
changeNavigationBarColor('#FFFFFF', true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user