Florian
12/15/2020, 2:31 PMConcatAdapter, 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)?