Fixed Feature Request P4 Add Hotlist Status UpdateNo update yet.Descriptionil...@google.com created issue #1Jun 24, 2019 09:31PMDrawable.setColorFilter(int color, PorterDuff.Mode mode) was deprecated in API 29: https://developer.android.com/reference/android/graphics/drawable/Drawable.html#setColorFilter(int,%2520android.graphics.PorterDuff.Mode)It would be nice if we had a BlendModeColorFilterCompat that we could pass to setColorFilter(ColorFilter colorFilter) that did the right thing on each API level.Issue summaryCommentsAll comments Oldest first ap...@google.com <ap...@google.com> #2Jun 28, 2019 04:32PMThe issue is reproducible with core-ktx 1.2.0 and 1.3.0-rc01. nj...@google.com <nj...@google.com> Jul 8, 2019 11:21PMMarked as fixed.Add comment Comment
Description
It would be nice if we had a BlendModeColorFilterCompat that we could pass to setColorFilter(ColorFilter colorFilter) that did the right thing on each API level.