Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Is this a feature request for one of the samples?
- Yes, this is a specific request related to this samples repo.
Sample app
JetNews
Describe the problem
-
Redundant or outdated KDoc entry
A parameters documentation (e.g., @param showNavigationIcon) no longer accurately reflects the code's logic or structure. (ArticleScreen.kt) -
Use of deprecated icons
Some icons used in the project, such as Icons.Filled.ArrowBack, have been deprecated in the latest Material icons package. These should be replaced with their updated AutoMirrored counterparts.
Describe the solution
-
Replace outdated @param descriptions like showNavigationIcon with accurate ones such as isExpandedScreen reflecting actual behavior.
-
Update deprecated icon usages by switching from Icons.Filled.* to Icons.AutoMirrored.Filled.* as recommended by Material guidelines.
Additional context
No response
Code of Conduct
- I agree to follow this project's Code of Conduct