summaryrefslogtreecommitdiff
path: root/ravenwood/scripts/convert-androidtest.py
diff options
context:
space:
mode:
author Paul Duffin <paulduffin@google.com> 2024-06-17 13:52:42 +0100
committer Paul Duffin <paulduffin@google.com> 2024-06-17 13:52:42 +0100
commitde08dbd7088163e095238598f9fc85c6b93702c1 (patch)
tree2cec606c38dd3f960febc65ffe03322d6e5d7ff2 /ravenwood/scripts/convert-androidtest.py
parentd67cb978aa685a8c573150f549bc39eaeb652192 (diff)
Temporarily remove @Nullable from findViewById(int) methods
Previously, Metalava had a nasty hack that would ignore the `@Nullable` annotation present in the source code definition of any `findViewById(int)` methods. This change explicitly removes the annotations from the source code which will allow the Metalava hack to be removed. Longer term, the calls to `findViewById(int)` that would be broken because they treat the returned value as being `@NonNull` will be replaced with `requireViewById(int)`. Bug: 347204084 Test: m droid Change-Id: Ie67b40dd3321f403bcecffddd11453038b2329a9
Diffstat (limited to 'ravenwood/scripts/convert-androidtest.py')
0 files changed, 0 insertions, 0 deletions