am a3a411ec: am d2b9bd80: Merge "Fix: End handle disappears when the selection is short." into mnc-dev

* commit 'a3a411ec68024332ffb3c261374adc05a4e15b68':
  Fix: End handle disappears when the selection is short.
This commit is contained in:
Keisuke Kuroyanagi
2015-04-28 14:54:38 +00:00
committed by Android Git Automerger

View File

@@ -3563,7 +3563,7 @@ public class Editor {
return false;
}
return isPositionVisible(mPositionX + mHotspotX, mPositionY);
return isPositionVisible(mPositionX + mHotspotX + getHorizontalOffset(), mPositionY);
}
public abstract int getCurrentCursorOffset();