]> git.saurik.com Git - winterboard.git/blobdiff - Library.mm
Make the CKMessageCell clear.
[winterboard.git] / 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) {
 
 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;
 }
         [[self contentView] setBackgroundColor:[UIColor clearColor]];
     } return self;
 }