Join Slack
Powered by
<@U65PV1H3P> bind() returns nullable. However you ...
# android
s
SiebelsTim
04/10/2018, 6:01 PM
@neuber
bind() returns nullable. However you need to provide something non-null. You can put '!!' at the end of the expression to cast it to non-null. It will throw when it is null though
2
Views
Open in Slack
Previous
Next