Merge "Fix: End handle disappears when the selection is short." into mnc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
d2b9bd80a2
@@ -3563,7 +3563,7 @@ public class Editor {
|
||||
return false;
|
||||
}
|
||||
|
||||
return isPositionVisible(mPositionX + mHotspotX, mPositionY);
|
||||
return isPositionVisible(mPositionX + mHotspotX + getHorizontalOffset(), mPositionY);
|
||||
}
|
||||
|
||||
public abstract int getCurrentCursorOffset();
|
||||
|
||||
Reference in New Issue
Block a user