Fix survey presentation bug
alex-hofsteede
released this
19 Dec 00:10
·
2479 commits
to master
since this release
There were circumstances where the Mixpanel library would attempt to show a survey on top of a ViewController that was itself in the process of going through a presentation transition, leading to a NSInternalInconsistencyException.
This release fixes the issue by making sure that the current ViewController is not in the process of being presented before showing a survey.