From e2435eef2acc3cbae95eeae201133571a1c4a4e4 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 19 Oct 2011 06:18:09 +0000 Subject: [PATCH] I really want this to be clear. --- Library.mm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Library.mm b/Library.mm index d7946b4..9544cc6 100644 --- a/Library.mm +++ b/Library.mm @@ -1457,6 +1457,10 @@ MSInstanceMessageHook1(void, CKMessageCell, addBalloonView, CKBalloonView *, bal [balloon setBackgroundColor:[UIColor clearColor]]; } +MSInstanceMessageHook1(void, CKTranscriptCell, setBackgroundColor, UIColor *, color) { + MSOldCall([UIColor clearColor]); +} + MSInstanceMessageHook2(id, CKTranscriptCell, initWithStyle,reuseIdentifier, int, style, NSString *, reuse) { if ((self = MSOldCall(style, reuse)) != nil) { [self setBackgroundColor:[UIColor clearColor]]; -- 2.45.2