Fixed
Status Update
Comments
su...@google.com <su...@google.com>
sa...@google.com <sa...@google.com> #2
Hi John,
Looks like you added @NonNull
here, could u help take a look?
Regards,
Sally
am...@gmail.com <am...@gmail.com> #3
Any update on this?
jr...@google.com <jr...@google.com> #4
Bitmap#getConfig()
will be changed to @Nullable
in a future SDK release.
Description
The documentation of Bitmap.getConfig() says that it can return null:
However as per the source in android-34, the function is marked as @NonNull:
Either update the documentation or remove the @NonNull annotation?
URL:https://developer.android.com/reference/android/graphics/Bitmap#getConfig()