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

Commit 5291a957 authored by Alan Viverette's avatar Alan Viverette
Browse files

Invalidate DrawableContainer's cached canConstantState on child add

Bug: 27553319
Change-Id: I625234baea8a992900935f562f9b767c85e527fd
parent 95b69f82
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;
        }