From: Jay Freeman (saurik) Date: Wed, 19 Oct 2011 06:18:09 +0000 (+0000) Subject: I really want this to be clear. X-Git-Tag: v0.9.3901~1 X-Git-Url: https://git.saurik.com/winterboard.git/commitdiff_plain/e2435eef2acc3cbae95eeae201133571a1c4a4e4 I really want this to be clear. --- 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]];