now, with *Adapter<*>*, if I try to call wra...
# android
n
now, with *Adapter<*>*, if I try to call wrappedAdapter.onBindViewHolder(viewHolder, position - mHeaders.size) => viewHolder wants to be casted to Nothing? (because I think Adapter<*> becomes Adapter<Nothing> ?)