mirror of
https://github.com/DmcSDK/cordova-plugin-mediaPicker
synced 2026-05-03 00:00:04 +08:00
add select albums view
This commit is contained in:
@@ -152,7 +152,8 @@
|
||||
}
|
||||
|
||||
-(void) cancel{
|
||||
[self._delegate resultPicker:selectArray];
|
||||
NSMutableArray *nilArray=[[NSMutableArray alloc] init];
|
||||
[self._delegate resultPicker:nilArray];
|
||||
[self dismissViewControllerAnimated:YES completion:nil];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user