Merge "Remove keep clear areas when a view detaches" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
769b3a4328
@@ -21142,6 +21142,10 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
|
|||||||
}
|
}
|
||||||
|
|
||||||
notifyEnterOrExitForAutoFillIfNeeded(false);
|
notifyEnterOrExitForAutoFillIfNeeded(false);
|
||||||
|
|
||||||
|
if (info != null && !collectPreferKeepClearRects().isEmpty()) {
|
||||||
|
info.mViewRootImpl.updateKeepClearRectsForView(this);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user