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

Commit 84a7a431 authored by Julian Odell's avatar Julian Odell Committed by Android (Google) Code Review
Browse files

Merge "Notify content capture on detach before setting attachInfo to null." into sc-qpr1-dev

parents c410f298 7c3d133d
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -20830,13 +20830,14 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
            mPrivateFlags &= ~PFLAG_SCROLL_CONTAINER_ADDED;
            mPrivateFlags &= ~PFLAG_SCROLL_CONTAINER_ADDED;
        }
        }
        notifyAppearedOrDisappearedForContentCaptureIfNeeded(false);
        mAttachInfo = null;
        mAttachInfo = null;
        if (mOverlay != null) {
        if (mOverlay != null) {
            mOverlay.getOverlayView().dispatchDetachedFromWindow();
            mOverlay.getOverlayView().dispatchDetachedFromWindow();
        }
        }
        notifyEnterOrExitForAutoFillIfNeeded(false);
        notifyEnterOrExitForAutoFillIfNeeded(false);
        notifyAppearedOrDisappearedForContentCaptureIfNeeded(false);
    }
    }
    /**
    /**