mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 21:26:57 +02:00
Media Picker: Remove red placeholder images on videos #157
This commit is contained in:
@@ -1333,8 +1333,8 @@ static void *RecordingContext = &RecordingContext;
|
||||
|
||||
}];
|
||||
|
||||
cell.topRightIcon.image = [UIImage imageNamed:@"icon_video"];
|
||||
cell.topRightIcon.hidden = (asset.mediaType == PHAssetMediaTypeImage);
|
||||
cell.bottomLeftIcon.image = [UIImage imageNamed:@"video_icon"];
|
||||
cell.bottomLeftIcon.hidden = (asset.mediaType == PHAssetMediaTypeImage);
|
||||
|
||||
// Disable user interaction in mxkImageView, in order to let collection handle user selection
|
||||
cell.mxkImageView.userInteractionEnabled = NO;
|
||||
|
||||
Reference in New Issue
Block a user