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

Commit 9a69fea8 authored by George Mount's avatar George Mount Committed by Android (Google) Code Review
Browse files

Merge "Fix location of selection handles on rotated text."

parents 8564be6d b6f3339a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4924,7 +4924,7 @@ public final class WebViewClassic implements WebViewProvider, WebViewProvider.Sc
     * startX, startY, endX, endY
     */
    private void getSelectionHandles(int[] handles) {
        handles[0] = mSelectCursorBase.right;
        handles[0] = mSelectCursorBase.left;
        handles[1] = mSelectCursorBase.bottom;
        handles[2] = mSelectCursorExtent.left;
        handles[3] = mSelectCursorExtent.bottom;