Another attempt to address layering AlertView issue
This release attempts to fix the iOS 13 issue around layered AlertViews. I've changed the ordering of the calls for all UIAlertAction
, pushing UIWindow
cleanup to happen earlier in the sequence.
Note, that I have not been able to faithfully reproduce this issue, so this is a shot in the dark that it will solve this issue.