android / tv-samples

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

Fix #174: Selecting Seekbar to move video time freezes controls #177

Closed Geletinousamigo closed 3 weeks ago

Geletinousamigo commented 1 month ago
    onRight = {
        if (isSelected) {
             seekProgress = (seekProgress + 0.1f).coerceAtMost(1f)
       } else {
            focusManager.moveFocus(FocusDirection.Right)
       }
    }
google-cla[bot] commented 1 month ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.