Merge changes from topic "tm-keep-clear-view-detached" into tm-mainline-prod
* changes:
[automerge] Remove keep clear areas when a view detaches 2p: b864abe37b
Remove keep clear areas when a view detaches
This commit is contained in:
committed by
Android (Google) Code Review
commit
f9902844a2
@@ -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