[automerge] Remove keep clear areas when a view detaches 2p: b864abe37b 2p: 8e74cf6fb7
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16940245 Bug: 209577354 Change-Id: Iec59b7c0367e1e633302b3727a09e33adb1e4230
This commit is contained in:
committed by
Presubmit Automerger Backend
commit
3290550ad7
@@ -21142,6 +21142,10 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
|
||||
}
|
||||
|
||||
notifyEnterOrExitForAutoFillIfNeeded(false);
|
||||
|
||||
if (info != null && !collectPreferKeepClearRects().isEmpty()) {
|
||||
info.mViewRootImpl.updateKeepClearRectsForView(this);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user