Skip to content

Commit

Permalink
Update ios/RNSScreenStackHeaderConfig.mm
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBacon authored Nov 14, 2024
1 parent 55581af commit 0b8c9d4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ios/RNSScreenStackHeaderConfig.mm
Original file line number Diff line number Diff line change
Expand Up @@ -689,9 +689,6 @@ + (void)updateViewController:(UIViewController *)vc
scrollEdgeAppearance.backgroundColor = config.largeTitleBackgroundColor;
}
}
if (config.largeTitleBackgroundColor != nil) {
scrollEdgeAppearance.backgroundColor = config.largeTitleBackgroundColor;
}
if (config.largeTitleHideShadow) {
scrollEdgeAppearance.shadowColor = nil;
}
Expand Down

0 comments on commit 0b8c9d4

Please sign in to comment.