Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent calling requestsDismissalOfViewController
This fix prevents calling requestsDismissalOfViewController when there is nothing to dismiss. The same way `requestsPresentationOfViewController` is not being called. This is also crashing on runtime on swift as this is passing `nil` to a function signature that is mark as `non_null`.
- Loading branch information