Join Slack
Powered by
Does anyone know of a good way to avoid the unchec...
# android
t
tania
03/29/2017, 10:01 PM
Does anyone know of a good way to avoid the unchecked cast warning that occurs when I do something like this?
Copy code
val comments = intent.getSerializableExtra(COMMENTS) as? List<String>
Open in Slack
Previous
Next