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

This commit is contained in:
Keisuke Kuroyanagi
2015-04-28 04:58:42 +00:00
committed by Android (Google) Code Review

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();