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

Commit ecaea7e6 authored by Craig Stout's avatar Craig Stout Committed by Android (Google) Code Review
Browse files

Merge "Force refresh of stateful when a child drawable is changed." into klp-modular-dev

parents 41eaa32c 5ed67222
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -295,6 +295,7 @@ public class LayerDrawable extends Drawable implements Drawable.Callback {
                    drawable.setCallback(this);
                }
                layers[i].mDrawable = drawable;
                mLayerState.mHaveStateful = false;
                return true;
            }
        }