Fix compilation error in AndroidTextInputComponentDescriptor

Summary:
The type is wrong in the constructor.
build-break

Differential Revision: D17145039

fbshipit-source-id: f6b80e38c05e60f04d029aa34baa0c55c237a39a
This commit is contained in:
--fbcode@fb.com 2019-08-30 20:08:40 -07:00 коммит произвёл Facebook Github Bot
Родитель 5abe5843e2
Коммит 6c17780a6b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -20,7 +20,7 @@ class AndroidTextInputComponentDescriptor final
: public ConcreteComponentDescriptor<AndroidTextInputShadowNode> {
public:
AndroidTextInputComponentDescriptor(
EventDispatcher::Shared eventDispatcher,
EventDispatcher::Weak eventDispatcher,
const ContextContainer::Shared &contextContainer)
: ConcreteComponentDescriptor<AndroidTextInputShadowNode>(
eventDispatcher,