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

Commit c8aed57e authored by Joanne Chung's avatar Joanne Chung Committed by android-build-merger
Browse files

Merge "Prevent flicker when typing any character for filter." into qt-qpr1-dev

am: ba5d5af3

Change-Id: I66feec8a86a88a2db3bf679378c174d4dfd81e10
parents 270a2913 ba5d5af3
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2407,7 +2407,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 + ")");