`val view = activity.findViewById(R.id.view)` stil...
# android
s
val view = activity.findViewById(R.id.view)
still doesn’t work. you’d think it would just assume it’s a
View
(which is what i want)