mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 14:16:59 +02:00
Media Picker: Allow multi selection of pictures #301
Multi selection in the media album is done.
This commit is contained in:
@@ -1515,6 +1515,12 @@ static void *RecordingContext = &RecordingContext;
|
||||
[self didSelectAsset:asset];
|
||||
}
|
||||
|
||||
- (void)mediaAlbumContentViewController:(MediaAlbumContentViewController *)mediaAlbumContentViewController didSelectAssets:(NSArray<PHAsset *> *)assets
|
||||
{
|
||||
// @TODO
|
||||
//[self didSelectAssets:assets];
|
||||
}
|
||||
|
||||
#pragma mark - Movie player observer
|
||||
|
||||
- (void)moviePlayerThumbnailImageRequestDidFinishNotification:(NSNotification *)notification
|
||||
|
||||
Reference in New Issue
Block a user