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

Commit a7180cd8 authored by Joanne Chung's avatar Joanne Chung
Browse files

Prevent flicker when typing any character for filter.

Bug: 138261589
Test: atest CtsAutoFillServiceTestCases
Test: manually.
Change-Id: I20320412c24a6a1b04e4f1bb006e3b40f8e9771f
parent 3a5492c3
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 + ")");