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

Commit b2a9c661 authored by Joanne Chung's avatar Joanne Chung Committed by Android (Google) Code Review
Browse files

Merge "Prevent flicker when typing any character for filter."

parents 85283252 a7180cd8
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2402,7 +2402,9 @@ final class Session implements RemoteFillService.FillServiceCallbacks, ViewState

                // Update the view states first...
                mCurrentViewId = viewState.id;
                if (value != null) {
                    viewState.setCurrentValue(value);
                }

                if (mCompatMode && (viewState.getState() & ViewState.STATE_URL_BAR) != 0) {
                    if (sDebug) Slog.d(TAG, "Ignoring VIEW_ENTERED on URL BAR (id=" + id + ")");