Checkboxes: Use theme tint color.

This commit is contained in:
SBiOSoftWhare
2020-07-09 18:58:44 +02:00
parent 0ff1cbd9b5
commit aae0e8d6cd
7 changed files with 13 additions and 0 deletions
@@ -277,6 +277,7 @@
cell.bottomLeftIcon.hidden = (asset.mediaType == PHAssetMediaTypeImage);
cell.bottomRightIcon.image = [UIImage imageNamed:@"selection_tick"];
cell.bottomRightIcon.tintColor = ThemeService.shared.theme.tintColor;
cell.bottomRightIcon.hidden = !selectedAssets || (NSNotFound == [selectedAssets indexOfObject:asset]);
// Disable user interaction in mxkImageView, in order to let collection handle user selection