mirror of
https://github.com/status-im/react-native.git
synced 2025-02-04 13:44:04 +00:00
Fix ModalFullScreenView's window not dismissing after being removed
This commit is contained in:
parent
41a88c3eb1
commit
c084793e91
@ -74,6 +74,7 @@ RCT_NOT_IMPLEMENTED(-initWithCoder:coder)
|
||||
[super didMoveToSuperview];
|
||||
|
||||
if (self.superview) {
|
||||
RCTAssert(self.reactViewController, @"Can't present modal view controller without a presenting view controller");
|
||||
[self.reactViewController presentViewController:_modalViewController animated:self.animated completion:nil];
|
||||
} else {
|
||||
[_modalViewController dismissViewControllerAnimated:self.animated completion:nil];
|
||||
|
Loading…
x
Reference in New Issue
Block a user