Skip to content

Conversation

@fried-jay
Copy link
Contributor

Summary

This PR fixes an issue where sendDigits() was not functioning on Android due to an incorrect extra key being passed in the Intent used to send digits.


Problem

The implementation was mistakenly using the action name ACTION_SEND_DIGITS as the key in putExtra():

putExtra(TVConnectionService.ACTION_SEND_DIGITS, digits) // ❌ wrong

Copy link
Owner

@cybex-dev cybex-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fantastic catch!

@cybex-dev cybex-dev merged commit 832ef6c into cybex-dev:master Jul 28, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants