Join Slack
Powered by
recommendations for avoiding an NPE on line 15?
# announcements
a
adams2
06/05/2018, 6:17 PM
recommendations for avoiding an NPE on line 15?
b
bdawg.io
06/05/2018, 6:30 PM
Perhaps do the text assignment on the property instead?
Copy code
val bar = TextView(context).apply { text = "baz" }
granted that will only work if you can determine what the text should be by that point
4
Views
Open in Slack
Previous
Next