Since findViewById returns nullable it's probably ...
# android
j
Since findViewById returns nullable it's probably cleaner to use
val view: View? = nullableId?.let { findViewById(it) }