developer-roadmap
developer-roadmap copied to clipboard
fix(android): correct migration mapping for recyclerview
Follow up to PR: https://github.com/kamranahmedse/developer-roadmap/pull/8706
This patch fixes an oversight in the original PR where the migration mapping key for RecyclerView was not updated. While the node label and markdown file were corrected, the outdated slug (recycle-view) in the mapping logic caused the node to not update.
This change updates the mapping to use the correct slug: recycler-view.