We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6167c0 commit 4483055Copy full SHA for 4483055
QCloudTrack/Classes/Default/Utils/QCloudTrackNetworkUtils.m
@@ -49,7 +49,7 @@ - (instancetype)init
49
- (BOOL)isProxyUsed {
50
NSDictionary *proxySettings = (__bridge NSDictionary *)CFNetworkCopySystemProxySettings();
51
NSArray *proxies = proxySettings[(__bridge NSString *)kCFNetworkProxiesHTTPProxy];
52
- if (proxies && proxies.count > 0) {
+ if (proxies) {
53
return YES;
54
} else {
55
return NO;
0 commit comments