Skip to content

Commit

Permalink
Remove (RNSScreen *) leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
tboba committed Oct 11, 2023
1 parent 8884bef commit 40df2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RNSScreenStackHeaderConfig.mm
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ - (void)updateViewControllerIfNeeded
[RNSScreenStackHeaderConfig updateViewController:self.screenView.controller withConfig:self animated:YES];
// As the header might have change in `updateViewController` we need to ensure that header height
// returned by the `onHeaderHeightChange` event is correct.
[(RNSScreen *)self.screenView.controller calculateAndNotifyHeaderHeightChangeIsModal:NO];
[self.screenView.controller calculateAndNotifyHeaderHeightChangeIsModal:NO];
}
}

Expand Down

0 comments on commit 40df2fd

Please sign in to comment.