Fixed
Status Update
Comments
il...@google.com <il...@google.com>
ap...@google.com <ap...@google.com> #2
it was found that
EXIF_TAGS
includesIFD_TIFF_TAGS
twice
This duplication has always been present in the AndroidX version of ExifInterface
. It looks like it was inherited from the platform version, where it was added in 2016 in
il...@google.com <il...@google.com> #3
The duplication of IFD_TIFF_TAGS
is also discussed in internal
Description
NavController.getGraph is marked as @Nullable, though it seems that in default case it is @NonNull.
As Jake suggested, we probably should reshape API expose two versions Null/NonNull