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: remove additional onchange event in onStopTrackingTouch #628

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

draggie
Copy link
Contributor

@draggie draggie commented Aug 29, 2024

Summary:

closes #569
In Seekbar overriden method onStopTrackingTouch was emitting two events - which might caused unwanted emission of onValueChange, removing this seems to not break any logic or behaviour but fixes the problem described.

Test Plan:

I have ran the example app on old arch and all examples seems to work correctly

@draggie draggie self-assigned this Aug 29, 2024
@BartoszKlonowski BartoszKlonowski merged commit e0235d0 into main Sep 3, 2024
9 checks passed
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.

onValueChange triggers an extra time after onSlidingCompleted on Android
2 participants