Closed Geletinousamigo closed 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.
This PR solves the issue caused due to removal of
onActionUp(::invoke)
from handleDPadKeyEvents Modifier extension fun.Also when we first move the focus from play/pause button to VideoPlayerIndicator the focus is moved to right side again because of this condition, when the VideoPlayerIndicator is not selected then it should not override the onLeft and onRight behaviour, focus events are handled properly when the onLeft and onRight is not overrided