mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook Github Bot
parent
5abe5843e2
commit
6c17780a6b
+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,
|
||||
|
||||
Reference in New Issue
Block a user