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

Commit c3aa5185 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

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