Skip to content

Commit 4020154

Browse files
Ron RadtkeRon Radtke
Ron Radtke
authored and
Ron Radtke
committed
fixes joltup#253
1 parent 4920999 commit 4020154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/ReactNativeBlobUtil/ReactNativeBlobUtil.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ @implementation ReactNativeBlobUtil
3131
@synthesize filePathPrefix;
3232
@synthesize documentController;
3333
@synthesize bridge;
34-
bool hasListeners;
34+
static bool hasListeners = NO;
3535

3636
- (NSArray<NSString*> *)supportedEvents {
3737
return @[@"ReactNativeBlobUtilState", @"ReactNativeBlobUtilServerPush", @"ReactNativeBlobUtilProgress", @"ReactNativeBlobUtilProgress-upload", @"ReactNativeBlobUtilExpire", @"ReactNativeBlobUtilMessage", @"ReactNativeBlobUtilFilesystem", @"log", @"warn", @"error", @"data", @"end", @"reportProgress", @"reportUploadProgress"];

0 commit comments

Comments
 (0)