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

Commit 3ad771b3 authored by Alan Viverette's avatar Alan Viverette
Browse files

Update tint filter after setting gradient drawable state

BUG: 18706381
Change-Id: I7d664303c9b796243da6c55d1ea9482736aabf07
parent 6c42ee47
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);
    }
}