<@U65PV1H3P> bind() returns nullable. However you ...
# android
s
@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