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
After I shaken the phone to send the report, I find I'm trapped in the mail screen. I'd like to go back to the APP and continue what I was doing. But currently I have to kill the APP to quit the mail view.
I checked the code a little bit, it seems that CLUMailDelegate doesn't dismiss the mailComposeController in mailComposeController(_:didFinishWith:error:). I am not sure if it's by design or not. But by adding [controller dismissViewControllerAnimated:YES completion:nil]; after the switch solved my issue. Could you kindly fix this issue on your side? Or I can open a PR with my fix if you need. Thanks!
The text was updated successfully, but these errors were encountered:
Hi @Geek-1001 ! How is going these days? As you might noticed, I created a PR related to this issue. Let me know if you need me to change anything. Thanks!
After I shaken the phone to send the report, I find I'm trapped in the mail screen. I'd like to go back to the APP and continue what I was doing. But currently I have to kill the APP to quit the mail view.
I checked the code a little bit, it seems that CLUMailDelegate doesn't dismiss the mailComposeController in
mailComposeController(_:didFinishWith:error:)
. I am not sure if it's by design or not. But by adding[controller dismissViewControllerAnimated:YES completion:nil];
after the switch solved my issue. Could you kindly fix this issue on your side? Or I can open a PR with my fix if you need. Thanks!The text was updated successfully, but these errors were encountered: