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 682478a commit 8c27fc4Copy full SHA for 8c27fc4
1 file changed
permission_handler_apple/ios/Classes/strategies/SensorPermissionStrategy.m
@@ -17,8 +17,6 @@ - (void)checkServiceStatus:(PermissionGroup)permission completionHandler:(Servic
17
? ServiceStatusEnabled
18
: ServiceStatusDisabled
19
);
20
-
21
- completionHandler(ServiceStatusDisabled);
22
}
23
24
- (void)requestPermission:(PermissionGroup)permission completionHandler:(PermissionStatusHandler)completionHandler errorHandler:(PermissionErrorHandler)errorHandler {
0 commit comments