developer-roadmap icon indicating copy to clipboard operation
developer-roadmap copied to clipboard

fix(android): correct migration mapping for recyclerview

Open ronnieima opened this issue 10 months ago • 0 comments

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.

ronnieima avatar Jun 15 '25 20:06 ronnieima