| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
|
||
| protected _hideNativeModalView(parent: View) { | ||
| if (!parent || !parent.viewController) { | ||
| traceError("Trying to hide modal view but no parent with viewController specified.") |
There was a problem hiding this comment.
It's highly unlikely that the parent is undefined here as it's only called _closeModalCallback where it is scoped. Guard it and viewController prop access anyway.
Sorry, something went wrong.
|
test |
Sorry, something went wrong.
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Extension of #5841:
CC @NathanWalker