Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with changing last character in callsign #270

Merged
merged 2 commits into from
Jun 21, 2024

Conversation

marcoSchr
Copy link
Contributor

@marcoSchr marcoSchr commented May 28, 2024

When editing the callsign on a device with keypad, when entering the last character the same key did not rotate through the possible values.
We do not need to return early when we are at the last character and the same key is pressed multiple times.

Additionally this fixes an issue which allowed users entering n+1 characters on a n character string.

When editing the callsign on a device with keypad, when entering the last
character the same key did not rotate through the possible values
@silseva silseva changed the base branch from master to ui_fix June 21, 2024 07:41
@silseva silseva merged commit a57ebb4 into OpenRTX:ui_fix Jun 21, 2024
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.

None yet

2 participants