Fixed
Status Update
Comments
ti...@google.com <ti...@google.com>
ti...@google.com <ti...@google.com> #2
Marking fixed for the purposes of the Lint Fixit. Change pending in aosp/2133395.
ap...@google.com <ap...@google.com> #3
Project: platform/frameworks/support
Branch: androidx-main
commit 3d5ffbad5c254ba498f01b7ac5c69826dfbb77d1
Author: Tiem Song <tiem@google.com>
Date: Tue Jun 21 22:55:30 2022
Mark setColorFilter param as @Nullable
This change matches the parent method's param, which is marked @Nullable:
https://cs.android.com/android/platform/superproject/+/master:frameworks/base/graphics/java/android/graphics/drawable/Drawable.java;l=607
Relnote: Updated nullability of setColorFilter
Fixes: 236498063
Test: presubmit
Change-Id: I99ddf2b20cb2b58eae3e4ca40b605201076a1ad4
M wear/wear/api/restricted_current.txt
M wear/wear/src/main/java/androidx/wear/widget/RoundedDrawable.java
M wear/wear/api/public_plus_experimental_current.txt
M wear/wear/api/current.txt
https://android-review.googlesource.com/2133395
Branch: androidx-main
commit 3d5ffbad5c254ba498f01b7ac5c69826dfbb77d1
Author: Tiem Song <tiem@google.com>
Date: Tue Jun 21 22:55:30 2022
Mark setColorFilter param as @Nullable
This change matches the parent method's param, which is marked @Nullable:
Relnote: Updated nullability of setColorFilter
Fixes: 236498063
Test: presubmit
Change-Id: I99ddf2b20cb2b58eae3e4ca40b605201076a1ad4
M wear/wear/api/restricted_current.txt
M wear/wear/src/main/java/androidx/wear/widget/RoundedDrawable.java
M wear/wear/api/public_plus_experimental_current.txt
M wear/wear/api/current.txt
Description
The following 1 lint issue(s) are suppressed in
src/main/java/androidx/wear/widget/RoundedDrawable.java
. Please remove these suppressions inwear/wear/lint-baseline.xml
and address the associated issues.