skennedy
10/19/2018, 5:34 PMContext.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?