Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix delegate calls on interactive dismissal transitions
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.
- Loading branch information
c0c2040
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks this change fixes the interactive dismissal problem, but now photosViewControllerDidDismiss is not called when I press the X button