The issue is that the Recycler pattern is like so:...
# getting-started
t
The issue is that the Recycler pattern is like so: - it calls getItemViewType, which returns an Int: this is where I look up the sealed class instance and return the ordinal - then later it calls onCreateViewHolder, returning this ordinal. so i do a switch/when on that Int, and i need to match against the type.