[Bug] Mistakes in Compose TV skill
Open
bug
- Dominant language
- Python
- Stars
- 7.3k
- Forks
- 476
- Avg merge
- 8h 59m
- Merged PRs (30d)
- 7
Description
### Affected Skill
tv/leanback-to-compose-tv-migration/references/android/training/tv/playback/compose/browse.md
### Description
There is a typo and a few mistakes where old API names are used.
### Suggested Fix
In the sample code for `FeaturedCarousel`, `function` is used instead of `func`
`TvLazyColumn` should be `LazyColumn` as mentioned here: https://medium.com/androiddevelopers/migrating-compose-for-tv-from-alpha-to-stable-b0074d6fd350
Contributor guide
Assessment
This issue has not been assessed yet.