Skip to content

Commit

Permalink
Apply back button icon changes to scroll edge appearance (#7257)
Browse files Browse the repository at this point in the history
  • Loading branch information
svbutko authored Sep 13, 2021
1 parent 396879a commit 7351d0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ios/TopBarAppearancePresenter.m
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ - (void)updateScrollEdgeBorder {

- (void)setBackIndicatorImage:(UIImage *)image withColor:(UIColor *)color {
[self.getAppearance setBackIndicatorImage:image transitionMaskImage:image];
[self.getScrollEdgeAppearance setBackIndicatorImage:image transitionMaskImage:image];
}

- (void)setTitleAttributes:(RNNTitleOptions *)titleOptions {
Expand Down

0 comments on commit 7351d0d

Please sign in to comment.