Tweak read indicator color.
This commit is contained in:
parent
f81aec9368
commit
63fa6f5c00
@ -117,8 +117,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
self.statusIndicatorImageView.image =
|
||||
[statusIndicatorImage imageWithRenderingMode:UIImageRenderingModeAlwaysTemplate];
|
||||
if (messageStatus == MessageReceiptStatusRead) {
|
||||
// TODO: Tint the icon with the conversation color.
|
||||
self.statusIndicatorImageView.tintColor = textColor;
|
||||
self.statusIndicatorImageView.tintColor = [UIColor ows_signalBlueColor];
|
||||
} else {
|
||||
self.statusIndicatorImageView.tintColor = textColor;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user