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
By swapping the logic to fix the previous dismissal bug to make interactive dismissals properly call the delegate methods in c0c2040, it looks like it created the same bug for dismissing via the X button in the top left of NYTPhotosViewController. Now, when I swipe to dismiss, the delegate DidDismiss or WillDismiss are called, but not when I click that button.
The text was updated successfully, but these errors were encountered:
…ropriately
This follow-up to #130 fixes a bug wherein user-initiated dismissals
via the Close/X button didn’t send delegate messages about the
dismissal.
closes#134
I would welcome alternative fixes that do not require tracking
additional state.
By swapping the logic to fix the previous dismissal bug to make interactive dismissals properly call the delegate methods in c0c2040, it looks like it created the same bug for dismissing via the X button in the top left of NYTPhotosViewController. Now, when I swipe to dismiss, the delegate DidDismiss or WillDismiss are called, but not when I click that button.
The text was updated successfully, but these errors were encountered: