Merge "Notify content capture on detach before setting attachInfo to null." into sc-qpr1-dev am: 84a7a431cc
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15935219 Change-Id: I73de6397331655133f2e00ee1580ae09182afd76
This commit is contained in:
@@ -20830,13 +20830,14 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
|
||||
mPrivateFlags &= ~PFLAG_SCROLL_CONTAINER_ADDED;
|
||||
}
|
||||
|
||||
notifyAppearedOrDisappearedForContentCaptureIfNeeded(false);
|
||||
|
||||
mAttachInfo = null;
|
||||
if (mOverlay != null) {
|
||||
mOverlay.getOverlayView().dispatchDetachedFromWindow();
|
||||
}
|
||||
|
||||
notifyEnterOrExitForAutoFillIfNeeded(false);
|
||||
notifyAppearedOrDisappearedForContentCaptureIfNeeded(false);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user