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

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

Merge "Partial rollback of I9ebc92dc"

parents 40f2faad 39bb698c
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -4007,12 +4007,9 @@ public class WebView extends AbsoluteLayout
        // state.
        // If mNativeClass is 0, we should not reach here, so we do not
        // need to check it again.
        if (mDrawCursorRing && drawRings) {
            // Only update if we are actually going to use the result
        nativeRecordButtons(hasFocus() && hasWindowFocus(),
                    mTouchMode == TOUCH_SHORTPRESS_START_MODE
                (mTouchMode == TOUCH_SHORTPRESS_START_MODE && !USE_WEBKIT_RINGS)
                || mTrackballDown || mGotCenterDown, false);
        }
        drawCoreAndCursorRing(canvas, mBackgroundColor,
                mDrawCursorRing && drawRings);
    }