Join Slack
Powered by
<@U5Z66QKBK> If you’re confident that Context.getD...
# android
s
Seri
10/19/2018, 6:23 PM
@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
Open in Slack
Previous
Next