react-native-navigation 7.23.1-snapshot.398 → 7.23.1-snapshot.402
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -177,8 +177,7 @@
|
|
|
177
177
|
_dismissModalTransitionDelegate;
|
|
178
178
|
}
|
|
179
179
|
|
|
180
|
-
if ((modalToDismiss == topPresentedVC ||
|
|
181
|
-
[[topPresentedVC childViewControllers] containsObject:modalToDismiss])) {
|
|
180
|
+
if ((modalToDismiss == topPresentedVC || [topPresentedVC findViewController:modalToDismiss])) {
|
|
182
181
|
[self dismissSearchController:modalToDismiss];
|
|
183
182
|
[modalToDismiss
|
|
184
183
|
dismissViewControllerAnimated:animated
|
package/package.json
CHANGED