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

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

Merge "Don't change state when inflating LayerDrawable"

parents bb0acea2 9eaa6041
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -163,7 +163,6 @@ public class LayerDrawable extends Drawable implements Drawable.Callback {
        inflateLayers(r, parser, attrs, theme);

        ensurePadding();
        onStateChange(getState());
    }

    /**
@@ -307,7 +306,6 @@ public class LayerDrawable extends Drawable implements Drawable.Callback {
        }

        ensurePadding();
        onStateChange(getState());
    }

    @Override