android / nowinandroid

A fully functional Android app built entirely with Kotlin and Jetpack Compose
Apache License 2.0
15.93k stars 2.81k forks source link

Fix reversed follow/unfollow states in InterestsItem-ToggleButton #1424

Closed yongsuk44 closed 1 month ago

yongsuk44 commented 1 month ago

During the UI test review, I found that the follow and unfollow states in the contentDescription of the InterestsItem-ToggleButton were reversed, so I corrected them.

yongsuk44 commented 1 month ago

I misunderstood the part written based on accessibility. I will close this.