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

Commit 9cf84627 authored by John Reck's avatar John Reck
Browse files

Fix NPE

Change-Id: I9c05a11f971f033322b8988abf852c95cbaba8a5
parent b8f2c351
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()