Skip to content

Commit

Permalink
Fix PoC
Browse files Browse the repository at this point in the history
  • Loading branch information
kkafar committed Dec 10, 2024
1 parent 5d59721 commit 559b92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RNSScreenStack.mm
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,7 @@ - (void)invalidate
// with modal presentation or foreign modal presented from inside a Screen.
- (void)dismissAllRelatedModals
{
[_controller dismissViewControllerAnimated:YES completion:nil];
// [_controller dismissViewControllerAnimated:YES completion:nil];

// This loop seems to be excessive. Above message send to `_controller` should
// be enough, because system dismisses the controllers recursively,
Expand Down

0 comments on commit 559b92e

Please sign in to comment.