Merge "Remove keep clear areas when a view detaches" into tm-dev

This commit is contained in:
Robert Horvath
2022-02-18 20:49:25 +00:00
committed by Android (Google) Code Review

View File

@@ -21142,6 +21142,10 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
}
notifyEnterOrExitForAutoFillIfNeeded(false);
if (info != null && !collectPreferKeepClearRects().isEmpty()) {
info.mViewRootImpl.updateKeepClearRectsForView(this);
}
}
/**