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

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

Merge "Fix layer drawable inflation"

parents 9eef3f4f 9e6f9924
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -210,6 +210,8 @@ public class LayerDrawable extends Drawable implements Drawable.Callback {
                        layer.mDrawable.getChangingConfigurations();
                layer.mDrawable.setCallback(this);
            }

            addLayer(layer);
        }
    }