Join Slack
Powered by
if you can guarantee that your converter will neve...
# android
j
jw
10/06/2017, 3:29 PM
if you can guarantee that your converter will never return null then you can get by with
res.body?.let { updateUi(it) }
2
Views
Open in Slack
Previous
Next