forked from shadowfacts/Tusker
Fix avatars not un-grayscaling on timeline
This commit is contained in:
parent
10803408cd
commit
ccfc8331fb
|
@ -58,6 +58,7 @@ class CachedImageView: UIImageView {
|
||||||
}
|
}
|
||||||
try Task.checkCancellation()
|
try Task.checkCancellation()
|
||||||
self.image = transformedImage
|
self.image = transformedImage
|
||||||
|
self.isGrayscale = Preferences.shared.grayscaleImages
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue