Skip to content

Add missing contentDescription to icons across Settings & Rules screens #1

Description

@vssinghh

🎯 Summary

Several Icon composables in the Settings and Rules screens currently have contentDescription = null, which makes them invisible to screen readers like TalkBack.

📍 Where to Look

The following files have icons with contentDescription = null that need meaningful descriptions:

  • app/src/main/java/com/hush/app/ui/screens/settings/SettingsScreen.kt — 5 instances (lines 141, 212, 292, 460, 524)
  • app/src/main/java/com/hush/app/ui/screens/rules/RulesScreen.kt — 2 instances (lines 75, 164)

✅ What to Do

  1. Find each contentDescription = null in the files above
  2. Replace null with a meaningful string describing the icon's purpose (e.g., "Navigate to settings", "Rule status indicator")
  3. Keep descriptions concise and action-oriented

🧪 How to Verify

  • Run TalkBack on a connected device and navigate through Settings and Rules screens
  • Each icon should be announced with its description

📚 Resources

This is a great first contribution — small, well-scoped, and high impact for users who rely on accessibility features! 🙌

Metadata

Metadata

Assignees

Labels

a11yAccessibility improvementsgood first issueGood for newcomershelp wantedExtra attention is needed

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions