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

Commit a487ab13 authored by Kirill Grouchnikov's avatar Kirill Grouchnikov Committed by Android (Google) Code Review
Browse files

Merge "Remove tracking of all drawables in ViewOverlay.clear()" into nyc-dev

parents 47ad0f2b 22351c32
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -216,6 +216,9 @@ public class ViewOverlay {
        public void clear() {
            removeAllViews();
            if (mDrawables != null) {
                for (Drawable drawable : mDrawables) {
                    drawable.setCallback(null);
                }
                mDrawables.clear();
            }
        }