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

Commit 8e77eb90 authored by Kirill Grouchnikov's avatar Kirill Grouchnikov Committed by android-build-merger
Browse files

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

am: c3aa5185

* commit 'c3aa5185':
  Remove tracking of all drawables in ViewOverlay.clear()
parents 8c03992c c3aa5185
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();
            }
        }