mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Address pull request comments
This commit is contained in:
@@ -1980,6 +1980,10 @@ void recursivelyTriggerDisplayForLayer(CALayer *layer, BOOL shouldBlock)
|
||||
// subclass override
|
||||
}
|
||||
|
||||
/**
|
||||
* We currently only set interface state on nodes in table/collection views. For other nodes, if they are
|
||||
* in the hierarchy we enable all ASInterfaceState types with `ASInterfaceStateInHierarchy`, otherwise `None`.
|
||||
*/
|
||||
- (BOOL)supportsRangeManagedInterfaceState
|
||||
{
|
||||
return ASHierarchyStateIncludesRangeManaged(_hierarchyState);
|
||||
|
||||
Reference in New Issue
Block a user