Skip to content

Commit

Permalink
setting background of stuck bottom chats leads weird bugs, comment it.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mengoreo committed Apr 28, 2020
1 parent 7a9b324 commit 1c05f00
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ - (void)hook_setSessionInfo:(MMSessionInfo *)sessionInfo
NSFont *attributesFont = [attributes valueForKey:@"NSFont"];
NSMutableAttributedString *returnValue = [[NSMutableAttributedString alloc] initWithString:str.string attributes:@{NSForegroundColorAttributeName :changeColor, NSFontAttributeName : attributesFont}];
cellView.nickName.attributedStringValue = returnValue;
if (isIgnore) {
cellView.containerView.layer.backgroundColor = kMainIgnoredBackgroundColor.CGColor;
}

// MARK: - Add pined image in dark mode
NSBundle *bundle = [NSBundle bundleWithIdentifier:@"MustangYM.WeChatExtension"];
Expand Down

0 comments on commit 1c05f00

Please sign in to comment.