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

Commit a9954d9a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fixed when ContentCapture is finished."

parents d073c00a 6fef91e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2387,8 +2387,8 @@ public class Activity extends ContextThemeWrapper
                getAutofillManager().onPendingSaveUi(AutofillManager.PENDING_UI_OPERATION_CANCEL,
                        mIntent.getIBinderExtra(AutofillManager.EXTRA_RESTORE_SESSION_TOKEN));
            }
            notifyContentCaptureManagerIfNeeded(CONTENT_CAPTURE_STOP);
        }
        notifyContentCaptureManagerIfNeeded(CONTENT_CAPTURE_STOP);
        mEnterAnimationComplete = false;
    }