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 NumberPicker behaviour on Android 8 and earlier #2690

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

simonpoole
Copy link
Collaborator

On Android 8 and earlier clicking on a number picker will make it do essentially random things. Making the center EditText non-focusable seems to make the behaviour mirror that of later versions.

Long term solution is likely to replace the use of the system number picker with something sane.

Fixes #2689

On Android 8 and earlier clicking on a number picker will make it do
essentially random things. Making the center EditText non-focusable
seems to make the behaviour mirror that of later versions.

Long term solution is likely to replace the use of the system number
picker with something sane.

Fixes #2689
@simonpoole simonpoole merged commit a8a476d into master Sep 23, 2024
3 checks passed
@simonpoole simonpoole deleted the fix_random_android_number_picker_bhaviour branch October 15, 2024 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Value selector flips to opposite value with Android 5
1 participant