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

Commit 7d3588a5 authored by Alan Viverette's avatar Alan Viverette Committed by android-build-merger
Browse files

Merge "Invalidate DrawableContainer\'s cached canConstantState on child add" into nyc-dev

am: f4c3d9f4

* commit 'f4c3d9f4':
  Invalidate DrawableContainer's cached canConstantState on child add
parents 7b2316fd f4c3d9f4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -804,6 +804,7 @@ public class DrawableContainer extends Drawable implements Drawable.Callback {
            mConstantPadding = null;
            mCheckedPadding = false;
            mCheckedConstantSize = false;
            mCheckedConstantState = false;

            return pos;
        }