mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
addressed some comments
This commit is contained in:
@@ -2709,12 +2709,12 @@ static const char *ASDisplayNodeDrawingPriorityKey = "ASDrawingPriority";
|
||||
|
||||
- (BOOL)supportsUpwardPropagation
|
||||
{
|
||||
return ASEnvironmentStateUpwardPropagationEnabled();
|
||||
return ASEnvironmentStatePropagationEnabled();
|
||||
}
|
||||
|
||||
- (BOOL)supportsDownwardPropagation
|
||||
- (BOOL)supportsTraitsCollectionPropagation
|
||||
{
|
||||
return ASEnvironmentStateDownwardPropagationEnabled();
|
||||
return ASEnvironmentStateTraitCollectionPropagationEnabled();
|
||||
}
|
||||
|
||||
ASEnvironmentLayoutOptionsForwarding
|
||||
|
||||
Reference in New Issue
Block a user