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

Commit 26c0b4c1 authored by Alan Viverette's avatar Alan Viverette Committed by android-build-merger
Browse files

Merge "Invalidate DrawableContainer\'s cached canConstantState on child add"...

Merge "Invalidate DrawableContainer\'s cached canConstantState on child add" into nyc-dev am: f4c3d9f4
am: 7d3588a5

* commit '7d3588a5':
  Invalidate DrawableContainer's cached canConstantState on child add
parents 788ca334 7d3588a5
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;
        }