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

Commit b58f7859 authored by Alan Viverette's avatar Alan Viverette Committed by Android Git Automerger
Browse files

am 144dba94: am 29dfbddb: am b23def0c: Merge "AnimatedRotateDrawable should...

am 144dba94: am 29dfbddb: am b23def0c: Merge "AnimatedRotateDrawable should inflate child elements" into mnc-dev

* commit '144dba94':
  AnimatedRotateDrawable should inflate child elements
parents f6ccf6b4 144dba94
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -127,7 +127,9 @@ public class AnimatedRotateDrawable extends DrawableWrapper implements Animatabl
            throws XmlPullParserException, IOException {
            throws XmlPullParserException, IOException {
        final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.AnimatedRotateDrawable);
        final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.AnimatedRotateDrawable);
        super.inflateWithAttributes(r, parser, a, R.styleable.AnimatedRotateDrawable_visible);
        super.inflateWithAttributes(r, parser, a, R.styleable.AnimatedRotateDrawable_visible);

        updateStateFromTypedArray(a);
        updateStateFromTypedArray(a);
        inflateChildDrawable(r, parser, attrs, theme);
        verifyRequiredAttributes(a);
        verifyRequiredAttributes(a);
        a.recycle();
        a.recycle();