Skip to content

Commit f3ddf27

Browse files
author
Ron Radtke
committed
fixes #359
1 parent 1caa1c6 commit f3ddf27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/ReactNativeBlobUtilRequest.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ - (void) sendRequest:(__weak NSDictionary * _Nullable )options
124124
defaultConfigObject.timeoutIntervalForRequest = timeout/1000;
125125
}
126126

127-
if([options valueForKey:CONFIG_WIFI_ONLY] != nil && ![options[CONFIG_WIFI_ONLY] boolValue]){
127+
if([options valueForKey:CONFIG_WIFI_ONLY] != nil && [options[CONFIG_WIFI_ONLY] boolValue]){
128128
[defaultConfigObject setAllowsCellularAccess:NO];
129129
}
130130

0 commit comments

Comments
 (0)