In two instances I am using the Cancel Dialog action but each time when pressed, it doesn't close the dialog and ends up turning my screen black?
First instance
I have this on an action dialog when user clicks cancel when Confirmation Dialog ask "Are you sure you want to delete". The confirm action works, but the cancel action crashes the app, unsure why. It will also freeze the app if not crash it.
Second instance
On the photo picker, when the user clicks cancel or goes back and doesnt select a picture, I want it to close the photo picker dialog so I added a "Close dialog". This freezes the app and I am unable to do anything unless I force quit
Both of these crash on the debug, I even tried it deployed on testflight same thing. Been stuck on this for a few days now