android / tv-samples

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

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

Closed Geletinousamigo closed 5 months ago

Geletinousamigo commented 5 months ago
    onRight = {
        if (isSelected) {
             seekProgress = (seekProgress + 0.1f).coerceAtMost(1f)
       } else {
            focusManager.moveFocus(FocusDirection.Right)
       }
    }
google-cla[bot] commented 5 months 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.