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

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

am 4e137437: Merge "Update tint filter after setting gradient drawable state" into lmp-mr1-dev

* commit '4e137437':
  Update tint filter after setting gradient drawable state
parents b4854456 4e137437
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1795,5 +1795,7 @@ public class GradientDrawable extends Drawable {
                mStrokePaint.setPathEffect(e);
            }
        }

        mTintFilter = updateTintFilter(mTintFilter, s.mTint, s.mTintMode);
    }
}