Skip to content

Commit 8f3d217

Browse files
committed
Remove request permission for open photo library also for photos
1 parent e6ba9fc commit 8f3d217

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/image_picker/image_picker/ios/Classes/FLTImagePickerPlugin.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ - (void)handleMethodCall:(FlutterMethodCall *)call result:(FlutterResult)result
8686
break;
8787
}
8888
case SOURCE_GALLERY:
89-
[self checkPhotoAuthorization];
89+
[self showPhotoLibrary];
9090
break;
9191
default:
9292
result([FlutterError errorWithCode:@"invalid_source"

0 commit comments

Comments
 (0)