schedjoules / ios-public-calendars-sdk

MIT License
6 stars 2 forks source link

#99 Fix for Crash when presenting the error alert of StoreManager #100

Closed Edhoru closed 5 years ago

Edhoru commented 5 years ago

When the error alert in StoreManager was presented, the layout modifications were called from the main thread, in Xcode 11 instead of a warning the app crashes. This PR fixes that bug.