Skip to content

Commit 18bbcf7

Browse files
Romain GuyAndroid (Google) Code Review
authored andcommitted
Merge "Copy missing state in DrawableContainer" into jb-mr1.1-dev
2 parents ce180c1 + fa9b396 commit 18bbcf7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

graphics/java/android/graphics/drawable/DrawableContainer.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,8 @@ public abstract static class DrawableContainerState extends ConstantState {
491491
mComputedConstantSize = orig.mComputedConstantSize;
492492
mConstantWidth = orig.mConstantWidth;
493493
mConstantHeight = orig.mConstantHeight;
494+
mConstantMinimumWidth = orig.mConstantMinimumWidth;
495+
mConstantMinimumHeight = orig.mConstantMinimumHeight;
494496

495497
mOpacity = orig.mOpacity;
496498
mHaveStateful = orig.mHaveStateful;

0 commit comments

Comments
 (0)