Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent calling requestsDismissalOfViewController #199

Merged
merged 1 commit into from
Nov 30, 2015

Commits on Nov 25, 2015

  1. 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`.
    Reflejo committed Nov 25, 2015
    Configuration menu
    Copy the full SHA
    077ee24 View commit details
    Browse the repository at this point in the history