commit | 57a093c770dbd27cccee1f7167f426efc3b009e6 | [log] [tgz] |
---|---|---|
author | Alan Viverette <alanv@google.com> | Sat Jan 31 00:30:31 2015 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Sat Jan 31 00:30:32 2015 +0000 |
tree | e05d6db463cb2ff5204aca9fe21739c5d0362ad0 | |
parent | e426f3b0b2ffd0b4cb72063db509cd4bacabfdcf [diff] | |
parent | 7d6854a2292df70de284b490348770ad7c66d47b [diff] |
Merge "Synchronize mutated constant state's drawable constant state"
diff --git a/graphics/java/android/graphics/drawable/InsetDrawable.java b/graphics/java/android/graphics/drawable/InsetDrawable.java index 488ee4c..532ee5d 100644 --- a/graphics/java/android/graphics/drawable/InsetDrawable.java +++ b/graphics/java/android/graphics/drawable/InsetDrawable.java
@@ -408,6 +408,7 @@ if (!mMutated && super.mutate() == this) { mState = new InsetState(mState); mDrawable.mutate(); + mState.mDrawableState = mDrawable.getConstantState(); mMutated = true; } return this;