Fixed
Status Update
Comments
il...@google.com <il...@google.com>
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit e4e736fa8b77d85091b0426b3cb92ecbe8e5a4b1
Author: Ian Lake <ilake@google.com>
Date: Tue Jun 21 21:45:47 2022
Add nullability annotations to ViewDragHelper.create()
Test: ./gradlew bOS
Fixes: 236474222
Relnote: "Added `@NonNull` annotations to the `create()`
methods of `ViewDragHelper`."
Change-Id: I93a01188b3de024225e5e3bfd38094b420bfe46c
M customview/customview/src/main/java/androidx/customview/widget/ViewDragHelper.java
M customview/customview/api/current.txt
M customview/customview/api/public_plus_experimental_current.txt
M customview/customview/api/restricted_current.txt
https://android-review.googlesource.com/2133900
Branch: androidx-main
commit e4e736fa8b77d85091b0426b3cb92ecbe8e5a4b1
Author: Ian Lake <ilake@google.com>
Date: Tue Jun 21 21:45:47 2022
Add nullability annotations to ViewDragHelper.create()
Test: ./gradlew bOS
Fixes: 236474222
Relnote: "Added `@NonNull` annotations to the `create()`
methods of `ViewDragHelper`."
Change-Id: I93a01188b3de024225e5e3bfd38094b420bfe46c
M customview/customview/src/main/java/androidx/customview/widget/ViewDragHelper.java
M customview/customview/api/current.txt
M customview/customview/api/public_plus_experimental_current.txt
M customview/customview/api/restricted_current.txt
na...@google.com <na...@google.com> #3
This bug was linked in a change in the following release(s):
androidx.customview:customview:1.2.0-alpha02
ke...@gmail.com <ke...@gmail.com> #4
Thanks
rj...@gmail.com <rj...@gmail.com> #5
Block that bug
Description
The following 2 lint issue(s) are suppressed in
src/main/java/androidx/customview/widget/ViewDragHelper.java
. Please remove these suppressions incustomview/customview/lint-baseline.xml
and address the associated issues.