mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-03-28 01:28:46 +00:00
Disable ASDK accessibility
This commit is contained in:
@@ -288,14 +288,16 @@ static void CollectAccessibilityElementsForView(UIView *view, NSMutableArray *el
|
||||
|
||||
- (NSArray *)accessibilityElements
|
||||
{
|
||||
ASDisplayNodeAssertMainThread();
|
||||
ASDisplayNodeAssertMainThread();
|
||||
return [super accessibilityElements];
|
||||
|
||||
ASDisplayNode *viewNode = self.asyncdisplaykit_node;
|
||||
|
||||
/*ASDisplayNode *viewNode = self.asyncdisplaykit_node;
|
||||
if (viewNode == nil) {
|
||||
return @[];
|
||||
}
|
||||
_accessibilityElements = [viewNode accessibilityElements];
|
||||
return _accessibilityElements;
|
||||
return _accessibilityElements;*/
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user