Invalidate DrawableContainer's cached canConstantState on child add
Bug: 27553319 Change-Id: I625234baea8a992900935f562f9b767c85e527fd
This commit is contained in:
@@ -804,6 +804,7 @@ public class DrawableContainer extends Drawable implements Drawable.Callback {
|
||||
mConstantPadding = null;
|
||||
mCheckedPadding = false;
|
||||
mCheckedConstantSize = false;
|
||||
mCheckedConstantState = false;
|
||||
|
||||
return pos;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user