mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
selectedBackgroundView (#2875)
This commit is contained in:
committed by
Adlai Holler
parent
6af131b093
commit
b6935448d6
@@ -952,6 +952,7 @@ static NSString * const kReuseIdentifier = @"_ASCollectionReuseIdentifier";
|
||||
|
||||
if (_ASCollectionViewCell *asCell = ASDynamicCast(cell, _ASCollectionViewCell)) {
|
||||
asCell.node = node;
|
||||
asCell.selectedBackgroundView = node.selectedBackgroundView;
|
||||
[_rangeController configureContentView:cell.contentView forCellNode:node];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user