Butterknife seems to think that a nullable instanc...
# android
j
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