We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d006e commit 5f1012cCopy full SHA for 5f1012c
ReactCommon/react/renderer/textlayoutmanager/TextMeasureCache.h
@@ -190,9 +190,7 @@ inline bool operator==(
190
lhs.attributedString, rhs.attributedString) &&
191
lhs.paragraphAttributes == rhs.paragraphAttributes &&
192
lhs.layoutConstraints.maximumSize.width ==
193
- rhs.layoutConstraints.maximumSize.width &&
194
- lhs.layoutConstraints.maximumSize.height ==
195
- rhs.layoutConstraints.maximumSize.height;
+ rhs.layoutConstraints.maximumSize.width;
196
}
197
198
inline bool operator!=(
0 commit comments