Skip to content

Commit

Permalink
Remove bug in _ASTableViewCell where we were overwriting the tint color
Browse files Browse the repository at this point in the history
instead of inheriting the correct value
  • Loading branch information
rahul-malik committed Sep 12, 2019
1 parent cd65403 commit 218d694
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/ASTableView.mm
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ - (void)setElement:(ASCollectionElement *)element
self.selectionStyle = node.selectionStyle;
self.focusStyle = node.focusStyle;
self.accessoryType = node.accessoryType;
self.tintColor = node.tintColor;

// the following ensures that we clip the entire cell to it's bounds if node.clipsToBounds is set (the default)
// This is actually a workaround for a bug we are seeing in some rare cases (selected background view
Expand Down

0 comments on commit 218d694

Please sign in to comment.