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

Commit 647221df 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: a23a8274

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



Change-Id: I0f06679b8317fabe06ebbcdb9578975876c90963
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 72969baa a23a8274
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -3225,10 +3225,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()) {