ReachabilityUtils: [UIApplication sharedApplication]
not called from main thread
#23204
Labels
[UIApplication sharedApplication]
not called from main thread
#23204
Expected behavior
Not to see a warning that
[UIApplication sharedApplication]
must be used from the main thread only.Actual behavior
A warning is shown that
[UIApplication sharedApplication]
must be used from the main thread only.Steps to reproduce the behavior
Xcode version: 15.4
LOC
Tested on iPhone 15 Simulator, iOS 17.4, Jetpack iOS / WordPress iOS 24.9
The text was updated successfully, but these errors were encountered: