mirror of
https://github.com/material-components/material-components-android.git
synced 2026-01-20 12:01:46 +08:00
A drawable's tint will affect the result of drawable.isStateful(). After updating a new icon drawable, we should set tint first before we check and update its state. Resolves https://github.com/material-components/material-components-android/issues/2118 PiperOrigin-RevId: 381262641