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

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

Merge changes from topic "tm-keep-clear-view-detached"

* changes:
  [automerge] Remove keep clear areas when a view detaches 2p: b864abe3
  Remove keep clear areas when a view detaches
parents cb8e74b8 6f0f3628
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);
        }
    }
    /**