1 parent 212b2a3 commit 3a2701aCopy full SHA for 3a2701a
1 file changed
android/src/main/new_arch/react/renderer/components/ReactNativeEnrichedSpec/EnrichedTextInputShadowNode.h
@@ -47,7 +47,7 @@ class EnrichedTextInputShadowNode final
47
const LayoutConstraints &layoutConstraints) const override;
48
49
private:
50
- int forceHeightRecalculationCounter_;
+ int forceHeightRecalculationCounter_{0};
51
std::shared_ptr<EnrichedTextInputMeasurementManager> measurementsManager_;
52
};
53
} // namespace facebook::react
0 commit comments