`Context.getDrawable(int)` is annotated `@Nullable...
# android
s
Context.getDrawable(int)
is annotated
@Nullable
, but the documentation doesn’t really explain how that could happen. It returns an object, or throws an exception. Is the annotation wrong, or what conditions would it return null?