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

Commit 252bdcb6 authored by Eden Mendel's avatar Eden Mendel Committed by Android (Google) Code Review
Browse files

Merge "[Flag Removal] Remove flag...

Merge "[Flag Removal] Remove flag android.service.autofill.add_null_check_for_augmented_inline_request" into main
parents b627a225 ac7fe4cd
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -133,13 +133,3 @@ flag {
    purpose: PURPOSE_BUGFIX
  }
}

flag {
  name: "add_null_check_for_augmented_inline_request"
  namespace: "autofill"
  description: "Add null check for augmented inline request"
  bug: "427159531"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}
+1 −1
Original line number Diff line number Diff line
@@ -6717,7 +6717,7 @@ final class Session
        synchronized (mLock) {
            final RemoteAugmentedAutofillService remoteService =
                    mService.getRemoteAugmentedAutofillServiceLocked();
            if (Flags.addNullCheckForAugmentedInlineRequest() && remoteService == null) {
            if (remoteService == null) {
                Slog.i(
                        TAG,
                        "onAugmentedAutofillInlineSuggestionAccept(): no service for user, skipping"