You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like with the recent change in 1.0 the dismissal delegate methods are no longer called when dismissing interactively. It may potentially be the addition of this line that prevents them from being called since interactive dismissals do not set forcesNonInteractiveDismissal, but should still generate the delegate calls.
The text was updated successfully, but these errors were encountered:
closes#129
This was a stupid reversed-logic bug. I even tried extracting this to a boolean to keep the logic straight, but something with the "forces non interactive" naming messed with my head, I guess.
It looks like with the recent change in 1.0 the dismissal delegate methods are no longer called when dismissing interactively. It may potentially be the addition of this line that prevents them from being called since interactive dismissals do not set
forcesNonInteractiveDismissal
, but should still generate the delegate calls.The text was updated successfully, but these errors were encountered: