We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce180c1 + fa9b396 commit 18bbcf7Copy full SHA for 18bbcf7
graphics/java/android/graphics/drawable/DrawableContainer.java
@@ -491,6 +491,8 @@ public abstract static class DrawableContainerState extends ConstantState {
491
mComputedConstantSize = orig.mComputedConstantSize;
492
mConstantWidth = orig.mConstantWidth;
493
mConstantHeight = orig.mConstantHeight;
494
+ mConstantMinimumWidth = orig.mConstantMinimumWidth;
495
+ mConstantMinimumHeight = orig.mConstantMinimumHeight;
496
497
mOpacity = orig.mOpacity;
498
mHaveStateful = orig.mHaveStateful;
0 commit comments