Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 57a093c7 authored by Alan Viverette's avatar Alan Viverette Committed by Android (Google) Code Review
Browse files

Merge "Synchronize mutated constant state's drawable constant state"

parents e426f3b0 7d6854a2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -408,6 +408,7 @@ public class InsetDrawable extends Drawable implements Drawable.Callback {
        if (!mMutated && super.mutate() == this) {
            mState = new InsetState(mState);
            mDrawable.mutate();
            mState.mDrawableState = mDrawable.getConstantState();
            mMutated = true;
        }
        return this;