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

Commit 9e6f9924 authored by Alan Viverette's avatar Alan Viverette
Browse files

Fix layer drawable inflation

Change-Id: I2f16e3ddea919c33dc7b62f457a994e6d8a66e5b
parent 13d96548
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);
        }
    }