Skip to content

Commit e8d249e

Browse files
authored
fix: using _handlers instead of self.handlers (#788)
1 parent 011277d commit e8d249e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RNPermissionsModule.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ - (NSString *)lockHandler:(id<RNPermissionHandler>)handler {
348348

349349
- (void)unlockHandler:(NSString * _Nonnull)lockId {
350350
if (_handlers != nil) {
351-
[self.handlers removeObjectForKey:lockId];
351+
[_handlers removeObjectForKey:lockId];
352352
}
353353
}
354354

0 commit comments

Comments
 (0)