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

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

am 371b582c: Merge "Implement getColorFilter() on VectorDrawable" into mnc-dev

* commit '371b582c':
  Implement getColorFilter() on VectorDrawable
parents 62275892 371b582c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -310,6 +310,11 @@ public class VectorDrawable extends Drawable {
        invalidateSelf();
    }

    @Override
    public ColorFilter getColorFilter() {
        return mColorFilter;
    }

    @Override
    public void setTintList(ColorStateList tint) {
        final VectorDrawableState state = mVectorState;