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

Commit 5ed67222 authored by Craig Stout's avatar Craig Stout
Browse files

Force refresh of stateful when a child drawable is changed.

Change-Id: Ie17d4c8bceae385e597f3006fcd456be9ef53b97
parent a8d12f76
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;
            }
            }
        }
        }