Fix avatars not un-grayscaling on timeline

This commit is contained in:
Shadowfacts 2023-01-18 11:37:15 -05:00
parent 10803408cd
commit ccfc8331fb
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ class CachedImageView: UIImageView {
}
try Task.checkCancellation()
self.image = transformedImage
self.isGrayscale = Preferences.shared.grayscaleImages
}
}