Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9477891f authored by Yohei Yukawa's avatar Yohei Yukawa Committed by Android (Google) Code Review
Browse files

Merge "Get rid of one redundant comparison of #mComposingTextStart" into lmp-dev

parents 6531ae2f e05d4ca4
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;
        }