MobileOrg / mobileorg

MobileOrg iPhone App
http://mobileorg.github.io
GNU General Public License v2.0
556 stars 69 forks source link

[iOS 12.2 beta] Fixed a crash on Alert Controller presentation #242

Closed dive closed 4 years ago

dive commented 4 years ago

There is a crash due to an issue with the alert controller presentation from the non-main thread. This simple patch fixes it.

P.S. I changed the formatting of the function, but the only real change is dispatch_async(dispatch_get_main_queue() around the [rootViewController presentViewController:animated:completion:].

webframp commented 4 years ago

Thanks!