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

Commit a3a411ec authored by Keisuke Kuroyanagi's avatar Keisuke Kuroyanagi Committed by Android Git Automerger
Browse files

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

* commit 'd2b9bd80':
  Fix: End handle disappears when the selection is short.
parents 3f98c14d d2b9bd80
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();