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

Commit c6162efa 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: Icf8c64ed88839af39ca0cc8a69efb290899750c6
parents 473529e3 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);