Invalidate DrawableContainer's cached canConstantState on child add

Bug: 27553319
Change-Id: I625234baea8a992900935f562f9b767c85e527fd
This commit is contained in:
Alan Viverette
2016-03-08 18:12:56 -05:00
parent 95b69f8231
commit 5291a95715

View File

@@ -804,6 +804,7 @@ public class DrawableContainer extends Drawable implements Drawable.Callback {
mConstantPadding = null;
mCheckedPadding = false;
mCheckedConstantSize = false;
mCheckedConstantState = false;
return pos;
}