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

Commit 53971345 authored by Ahaan Ugale's avatar Ahaan Ugale Committed by Automerger Merge Worker
Browse files

Merge "AF Inline: Don't stop filtering after a suggestion was selected." into...

Merge "AF Inline: Don't stop filtering after a suggestion was selected." into rvc-dev am: 0575b5a2

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11760221

Change-Id: I05e62a4f796f3f4aa83f19c0c3522054cbfe9d47
parents 568d81c2 0575b5a2
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2715,7 +2715,9 @@ final class Session implements RemoteFillService.FillServiceCallbacks, ViewState
                final ViewState currentView = mViewStates.get(mCurrentViewId);
                currentView.maybeCallOnFillReady(flags);
            }
        } else if (viewState.id.equals(this.mCurrentViewId)
        }

        if (viewState.id.equals(this.mCurrentViewId)
                && (viewState.getState() & ViewState.STATE_INLINE_SHOWN) != 0) {
            if ((viewState.getState() & ViewState.STATE_INLINE_DISABLED) != 0) {
                mInlineSessionController.disableFilterMatching(viewState.id);