-
Notifications
You must be signed in to change notification settings - Fork 6k
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
DefaultTimeBar ignores touch transformations #7303
Labels
Comments
I'm not sure what the reason is either. It's existed since the code was originally written, and wasn't commented on during internal code review. I assume you tested your pull request and it works, in which case I'm happy to merge. |
@ojw28 let me double check it again. |
@ojw28 everything seem to work fine. Also removed no longer being used |
#7304 was merged. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
ExoPlayer/library/ui/src/main/java/com/google/android/exoplayer2/ui/DefaultTimeBar.java
Line 757 in 7d3f54a
Steps to reproduce:
PlayerView
with a default time bar.DefaultTimeBar
ignores the translation.Steps to fix:
I believe that simply replacing the:
with
should do the trick, but I don't know what was the reasoning behind obtaining the touch position manually.
The text was updated successfully, but these errors were encountered: