ah ok i understand. so `itemClickListener(points[p...
# android
b
ah ok i understand. so `itemClickListener(points[position])`and
itemClickListener.invoke(points[position])
are exactly the same? you only need invoke if you have to check for nullability?