android / tv-samples

Multiple samples showing best practices in app development on Android TV.
Apache License 2.0
1.05k stars 332 forks source link

Selecting Seekbar to move video time freezes controls #174

Closed dgocoder closed 3 months ago

dgocoder commented 4 months ago

Seeking on content by selecting bar before would allow you to move throughout video.

Now since this change, it is broken and doing so freezes controls and any action until controls become not visible.

Looks like after this PR was merged: https://github.com/android/tv-samples/pull/168

At commit fc5dcc0ec50da71e188b72fc4ff6ddca39b57402 Seekbar works as expected

https://github.com/android/tv-samples/assets/13984190/99ce79f2-eaa2-4428-8230-8198816f48c2

Post those changes:

https://github.com/android/tv-samples/assets/13984190/4481a986-d54c-4ff2-8796-20d239e9680e

dgocoder commented 4 months ago

@chikoski I believe this to be related to the most recent pr change: https://github.com/android/tv-samples/pull/168

chikoski commented 4 months ago

@dgocoder Thanks for reporting this issue. This issue could be related to #159.

dgocoder commented 4 months ago

At first I thought so but confirmed that did not cause the issue.