Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix rotary input after first screen & for picker #3881

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

jpelgrom
Copy link
Member

Summary

The recent switch to Horologist modifiers for rotary input in #3876 broke rotary input after the first screen, presumably because of manual focus requesting, and the refresh interval picker in general. This PR fixes it by removing manual focus requesting (like in the Horologist sample) and also switches the refresh picker to a Horologist modifier.

Tested it on a Galaxy Watch 4 where now screens after the first one seem to work again.

Closes #3879, the dependency bump was required to get the rotary scroll adapter function for pickers.

Screenshots

n/a

Link to pull request in Documentation repository

n/a

Any other notes

 - The recent switch to Horologist modifiers for rotary input broke after the first screen because of manual focus requesting, and the refresh interval picker in general so also switch that to a Horologist modifier.
@JBassett JBassett merged commit 43cc4d4 into home-assistant:master Sep 20, 2023
3 checks passed
@jpelgrom jpelgrom deleted the fix-rotary-input branch September 21, 2023 05:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants