mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Revert "Merge branch 'master' into 0.58-stable"
This reverts commit696bd89013, reversing changes made toa525941ab6.
This commit is contained in:
@@ -73,7 +73,7 @@ std::string AttributedString::getString() const {
|
||||
}
|
||||
|
||||
bool AttributedString::operator==(const AttributedString &rhs) const {
|
||||
return fragments_ == rhs.fragments_;
|
||||
return fragments_ != rhs.fragments_;
|
||||
}
|
||||
|
||||
bool AttributedString::operator!=(const AttributedString &rhs) const {
|
||||
|
||||
Reference in New Issue
Block a user