paug / AndroidMakersApp

📱Official companion app for Android Makers by droidcon 🇫🇷
https://androidmakers.droidcon.com/
117 stars 27 forks source link

Call openUrl with a completionCallback, seems to fix a freeze #291

Closed martinbonnin closed 1 month ago

martinbonnin commented 1 month ago

I had something "NSXPCCONNECTION_IS_WAITING_FOR_A_SYNCHRONOUS_REPLY" in the stacktrace. Not sure what this means but with a completion handler I can't reproduce anymore 🤷

Closes #269