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

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

Merge "Fix AutofillManager and Session status not sync with fill dialog" into...

Merge "Fix AutofillManager and Session status not sync with fill dialog" into tm-dev am: 13809feb am: 3ecdffcf

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



Change-Id: Id691d4bc208828e60d880085adb4d7433c829bf5
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 84eff968 3ecdffcf
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -3307,10 +3307,15 @@ final class Session implements RemoteFillService.FillServiceCallbacks, ViewState
                    currentView.setState(ViewState.STATE_FILL_DIALOG_SHOWN);
                    mService.logDatasetShown(id, mClientState, UI_TYPE_DIALOG);
                }
                // Just show fill dialog once, so disabled after shown.
                // Note: Cannot disable before requestShowFillDialog() because the method
                //       need to check whether fill dialog enabled.
                setFillDialogDisabled();
                return;
            } else {
                setFillDialogDisabled();
            }

        }

        if (response.supportsInlineSuggestions()) {