@ -274,6 +274,6 @@ public class ConversationStyle: NSObject {
@objc
public func quotedReplyAttachmentColor() -> UIColor {
// TODO:
return Theme.middleGrayColor
return UIColor.white
}
@ -208,7 +208,7 @@ NS_ASSUME_NONNULL_BEGIN
if (body.length == 0 && !hasAttachment) {
OWSFailDebug(@"quoted message has neither text nor attachment");
// OWSFailDebug(@"quoted message has neither text nor attachment");
return nil;