google / horologist

Horologist is a group of libraries that aim to supplement Wear OS developers with features that are commonly required by developers but not yet available.
https://google.github.io/horologist/
Apache License 2.0
544 stars 87 forks source link

Make marquee text maintain talkback focus during marquee animation. #2148

Closed clickxu closed 3 months ago

clickxu commented 3 months ago

WHAT

Make marquee text maintain talkback focus during marquee animation.

WHY

Currently, when Talkback focuses on the marquee title, the marquee loses focus after completing its first round of animation.

HOW

Add Modifier.semantics { focused = true } to the marquee text.

Checklist :clipboard: