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

Fixed leading zeroes issue in HMS Picker #311

Merged
merged 1 commit into from
Aug 23, 2016

Conversation

jcgruenhage
Copy link

Leading zeroes should be ignored, since they do not change the result,
and they should especially not block further input.

This checks if there has been no input yet, and if so, it checks if the entered number is a zero, and if both are true, it ignores the input.

Leading zeroes should be ignored, since they do not change the result, and they should especially not block further input.
@fchauveau fchauveau merged commit 044876c into code-troopers:master Aug 23, 2016
@fchauveau
Copy link
Member

@jcgruenhage Thx for the fix, it will be released soon

@jcgruenhage
Copy link
Author

Is there any ETA when this will arrive? I would like to update my gradle script soon ^^

@fchauveau
Copy link
Member

Before end of this weekend

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