Skip to content

Commit a0eaa46

Browse files
use self instead of _
1 parent 066f32f commit a0eaa46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ios/SOSPicker.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ - (void) closeImagePicker:(CDVInvokedUrlCommand *)command {
286286
NSArray* emptyArray = [NSArray array];
287287
pluginResult = [CDVPluginResult resultWithStatus:CDVCommandStatus_OK messageAsArray:emptyArray];
288288
[self.commandDelegate sendPluginResult:pluginResult callbackId:command.callbackId];
289-
[_imagePicker.presentingViewController dismissViewControllerAnimated:YES completion:nil];
289+
[self.imagePicker.presentingViewController dismissViewControllerAnimated:YES completion:nil];
290290
}
291291

292292

0 commit comments

Comments
 (0)