Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6f0f3628 authored by Robert Horvath's avatar Robert Horvath Committed by Presubmit Automerger Backend
Browse files

[automerge] Remove keep clear areas when a view detaches 2p: b864abe3

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16940245

Bug: 209577354
Change-Id: I5b5c118b4b0814bc74b003a73ea100d8639b0545
parents 59193413 b864abe3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -21142,6 +21142,10 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
        }
        notifyEnterOrExitForAutoFillIfNeeded(false);
        if (info != null && !collectPreferKeepClearRects().isEmpty()) {
            info.mViewRootImpl.updateKeepClearRectsForView(this);
        }
    }
    /**