Files
react-native/ReactAndroid/src/main/java/com/facebook/react
Ahmed El-Helw 652c1c11e4 Fix incorrect MeasureSpec in ReactTextInputShadowNode
Summary:WRAP_CONTENT is not a valid size for MeasureSpec. While 0 is
a valid value size to pass to makeMeasureSpec, it's slightly cheaper to just
pass in 0 instead since makeMeasureSpec(0, UNSPECIFIED) is 0 anyway.

Differential Revision: D2968322

fb-gh-sync-id: 2ca0e27b12c1a8263800d96fec32127a4b967497
shipit-source-id: 2ca0e27b12c1a8263800d96fec32127a4b967497
2016-02-25 16:27:32 -08:00
..
2016-01-22 16:20:13 +00:00
2016-02-12 08:10:33 -08:00
2016-01-25 06:01:46 -08:00
2016-02-03 06:41:35 -08:00
2016-02-16 16:51:39 -08:00
2016-01-22 16:20:13 +00:00
2016-02-12 08:10:33 -08:00