We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 066f32f commit a0eaa46Copy full SHA for a0eaa46
src/ios/SOSPicker.m
@@ -286,7 +286,7 @@ - (void) closeImagePicker:(CDVInvokedUrlCommand *)command {
286
NSArray* emptyArray = [NSArray array];
287
pluginResult = [CDVPluginResult resultWithStatus:CDVCommandStatus_OK messageAsArray:emptyArray];
288
[self.commandDelegate sendPluginResult:pluginResult callbackId:command.callbackId];
289
- [_imagePicker.presentingViewController dismissViewControllerAnimated:YES completion:nil];
+ [self.imagePicker.presentingViewController dismissViewControllerAnimated:YES completion:nil];
290
}
291
292
0 commit comments