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

Commit 7d0aed2d authored by Alan Viverette's avatar Alan Viverette Committed by android-build-merger
Browse files

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

automerge: c211857a

* commit 'c211857a':
  Update tint filter after setting gradient drawable state
parents 4e4fd0f7 c211857a
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);
    }
}