Add `accessibilityContext` to CKOverlayLayoutComponent

Summary: Changelog: [Internal]

Reviewed By: Andrey-Mishanin

Differential Revision: D38906662

fbshipit-source-id: f0501f48df6a9debebd9211d388c6c89d29d149d
This commit is contained in:
Alex Smeshkov 2022-09-13 07:08:01 -07:00 коммит произвёл Facebook GitHub Bot
Родитель 59ae0487ce
Коммит 71c0d2e369
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -70,7 +70,8 @@
component = surfaceHostingComponent; component = surfaceHostingComponent;
} else { } else {
component = [[CKOverlayLayoutComponent alloc] initWithComponent:surfaceHostingComponent component = [[CKOverlayLayoutComponent alloc] initWithComponent:surfaceHostingComponent
overlay:options.activityIndicatorComponentFactory()]; overlay:options.activityIndicatorComponentFactory()
accessibilityContext:{}];
} }
return [super newWithComponent:component]; return [super newWithComponent:component];