We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1caa1c6 commit f3ddf27Copy full SHA for f3ddf27
ios/ReactNativeBlobUtilRequest.mm
@@ -124,7 +124,7 @@ - (void) sendRequest:(__weak NSDictionary * _Nullable )options
124
defaultConfigObject.timeoutIntervalForRequest = timeout/1000;
125
}
126
127
- if([options valueForKey:CONFIG_WIFI_ONLY] != nil && ![options[CONFIG_WIFI_ONLY] boolValue]){
+ if([options valueForKey:CONFIG_WIFI_ONLY] != nil && [options[CONFIG_WIFI_ONLY] boolValue]){
128
[defaultConfigObject setAllowsCellularAccess:NO];
129
130
0 commit comments