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

Commit 0918a4e8 authored by John Reck's avatar John Reck Committed by Android (Google) Code Review
Browse files

Merge "Fix NPE"

parents 064d2d65 9cf84627
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -6350,8 +6350,9 @@ public class WebView extends AbsoluteLayout
                        EventLog.writeEvent(EventLogTags.BROWSER_DOUBLE_TAP_DURATION,
                                (eventTime - mLastTouchUpTime), eventTime);
                    }
                    if (mSelectingText) {
                    mSelectionStarted = false;
                    if (mSelectingText && mSelectHandleLeft != null
                            && mSelectHandleRight != null) {
                        int shiftedY = y - getTitleHeight() + mScrollY;
                        int shiftedX = x + mScrollX;
                        if (mSelectHandleLeft.getBounds()