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

Commit fe710551 authored by Craig Stout's avatar Craig Stout Committed by Android Git Automerger
Browse files

am ecaea7e6: Merge "Force refresh of stateful when a child drawable is...

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

* commit 'ecaea7e6':
  Force refresh of stateful when a child drawable is changed.
parents 56a8f8b4 ecaea7e6
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -295,6 +295,7 @@ public class LayerDrawable extends Drawable implements Drawable.Callback {
                    drawable.setCallback(this);
                    drawable.setCallback(this);
                }
                }
                layers[i].mDrawable = drawable;
                layers[i].mDrawable = drawable;
                mLayerState.mHaveStateful = false;
                return true;
                return true;
            }
            }
        }
        }