Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit 06e884e

Browse files
committed
Add asset to the group that is currently selected also.
1 parent bb94c55 commit 06e884e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Pod/Classes/WPMediaCollectionViewController.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,7 @@ - (void)processMediaCaptured:(NSDictionary *)info
471471
return;
472472
}
473473
[self.assetsLibrary assetForURL:assetURL resultBlock:^(ALAsset *asset) {
474+
[self.assetsGroup addAsset:asset];
474475
dispatch_async(dispatch_get_main_queue(), ^{
475476
[self addAsset:asset];
476477
});

0 commit comments

Comments
 (0)