<@U5Z66QKBK> If you’re confident that Context.getD...
# android
s
@skennedy If you’re confident that Context.getDrawable(int) won’t return a null value, you could create an extension function
Context.getDrawableNonNull(int)
that has the proper, non-null signature