pull/570/head
Niels Andriesse 6 years ago
parent b1fe4ac1b8
commit e09dc8fed7

@ -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;
}

Loading…
Cancel
Save