Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d2b9bd80 authored by Keisuke Kuroyanagi's avatar Keisuke Kuroyanagi Committed by Android (Google) Code Review
Browse files

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

parents 7bdd6aa1 6cda1e28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3563,7 +3563,7 @@ public class Editor {
                return false;
            }

            return isPositionVisible(mPositionX + mHotspotX, mPositionY);
            return isPositionVisible(mPositionX + mHotspotX + getHorizontalOffset(), mPositionY);
        }

        public abstract int getCurrentCursorOffset();