When using `ConcatAdapter`, what could be the reas...
# android
f
When using
ConcatAdapter
, what could be the reason that all my RecyclerView items are empty unless I pass
ConcatAdapter.Config.Builder().setIsolateViewTypes(false).build()
(which I can't use because my adapters don't have the same ViewHolder types)?
stackoverflow 5