Skip to content

Commit

Permalink
fix(ios): navigationbar flicker issue (#11703)
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysingh-axway authored May 18, 2020
1 parent e025e3b commit 71eabb2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ - (void)setBarColor:(id)color
[navBar setBarTintColor:barColor];
#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 130000
if ([self shouldUseNavBarApperance]) {
barColor = barColor ?: self.view.backgroundColor;
navBar.standardAppearance.backgroundColor = barColor;
navBar.scrollEdgeAppearance.backgroundColor = barColor;
}
Expand Down

0 comments on commit 71eabb2

Please sign in to comment.