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

Commit 211f0262 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: f033d852

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



Change-Id: Idb978f3a04c80d8d16ad0206753daabf77657056
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 72969baa f033d852
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()) {