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

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

am a3a411ec: am d2b9bd80: Merge "Fix: End handle disappears when the selection...

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

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