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

* commit 'd2b9bd80a20e5339bd2555d83d11a5cd88a20034':
  Fix: End handle disappears when the selection is short.
This commit is contained in:
Keisuke Kuroyanagi
2015-04-28 05:10:55 +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();