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
ios: Check we're on the main thread before opening URL
`-[UIApplication openURL:options:completionHandler:]` is not safe to use
from a thread that is not the main thread, since `UIApplication` is
marked as `NS_SWIFT_UI_ACTOR` in the header, and the method is not
marked with `NS_SWIFT_NONISOLATED` (unlike e.g. `canOpenURL:`).
0 commit comments