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:
Yohei Yukawa
2014-09-01 14:43:26 +00:00
committed by Android Git Automerger

View File

@@ -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;
}