]> git.saurik.com Git - winterboard.git/commitdiff
Make the CKMessageCell clear.
authorJay Freeman (saurik) <saurik@saurik.com>
Wed, 19 Oct 2011 06:01:07 +0000 (06:01 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Wed, 19 Oct 2011 06:01:07 +0000 (06:01 +0000)
Library.mm

index aae2063992d6d3dd1cecc3ef425dfa159897dbf6..42c43097b30da1e6749d0310d02bff99076d6766 100644 (file)
@@ -1458,6 +1458,7 @@ MSInstanceMessageHook1(void, CKMessageCell, addBalloonView, CKBalloonView *, bal
 
 MSInstanceMessageHook2(id, CKMessageCell, initWithStyle,reuseIdentifier, int, style, NSString *, reuse) {
     if ((self = MSOldCall(style, reuse)) != nil) {
+        [self setBackgroundColor:[UIColor clearColor]];
         [[self contentView] setBackgroundColor:[UIColor clearColor]];
     } return self;
 }