Join Slack
Powered by
regardless, the problem is not with `MediaType.par...
# android
m
menegatti
05/30/2018, 9:50 AM
regardless, the problem is not with
MediaType.parse()
but with how you’re consuming it…
parse()
can return
null
and if the variable that receives it is set as non-null, then you have an exception
2
Views
Open in Slack
Previous
Next