Fixed
Status Update
Comments
al...@google.com <al...@google.com> #2
Maybe also something aline the lines of:
inline fun <reified T> Bundle.parcelable(key: String): T? = when {
SDK_INT >= 33 -> getParcelable(key, T::class.java)
else -> @Suppress("DEPRECATION") getParcelable(key) as? T
}
ap...@google.com <ap...@google.com> #4
Yeah, we want this, but with
Description
The following 10 lint issue(s) are suppressed in
src/main/java/androidx/vectordrawable/graphics/drawable/AnimatorInflaterCompat.java
. Please remove these suppressions invectordrawable/vectordrawable-animated/lint-baseline.xml
and address the associated issues.