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

Commit 769b3a43 authored by Robert Horvath's avatar Robert Horvath Committed by Android (Google) Code Review
Browse files

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

parents 88efebe4 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);
        }
    }
    /**