Join Slack
Communities
Powered by
Butterknife seems to think that a nullable instanc...
# android
j
josh.kovach
08/26/2016, 4:10 PM
Butterknife seems to think that a nullable instance is either private or static, and I'm not sure why.
Copy code
@BindView(R.id.progress) var mProgressView: View? = null
Open in Slack
Previous
Next