Skip to content

Commit

Permalink
Revert adding check for new architecture
Browse files Browse the repository at this point in the history
As I've read in #1738 that this issue is also reproducible on the old architecture (but it's hard to reproduce it there) I'm reverting this change just in case if this problem could also occur there.
  • Loading branch information
tboba committed Nov 15, 2023
1 parent 3ef32a4 commit 42d9c36
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ios/RNSScreenStack.mm
Original file line number Diff line number Diff line change
Expand Up @@ -801,11 +801,9 @@ - (void)navigationController:(UINavigationController *)navigationController
{
[self emitOnFinishTransitioningEvent];
[RNSScreenWindowTraits updateWindowTraits];
#ifdef RCT_NEW_ARCH_ENABLED
[_controller.view setNeedsLayout];
#endif
}
#endif // !TARGET_OS_TV
#endif

- (void)markChildUpdated
{
Expand Down

0 comments on commit 42d9c36

Please sign in to comment.