am 08e56027: Merge "Get rid of one redundant comparison of #mComposingTextStart" into lmp-dev
* commit '08e560277327ee4fea86d642948e2195a874344a': Get rid of one redundant comparison of #mComposingTextStart
This commit is contained in:
@@ -211,9 +211,6 @@ public final class CursorAnchorInfo implements Parcelable {
|
||||
|| !areSameFloatImpl(mInsertionMarkerBottom, that.mInsertionMarkerBottom)) {
|
||||
return false;
|
||||
}
|
||||
if (!Objects.equals(mComposingTextStart, that.mComposingTextStart)) {
|
||||
return false;
|
||||
}
|
||||
if (!Objects.equals(mCharacterRects, that.mCharacterRects)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user