We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In main.cpp, line 182 (if (!(key = selection.intValue))...) if selection starts with a digit, intValue is not nil and the code thinks that we are using number. Just in case, app with a bundle-id starting with a digit: https://itunes.apple.com/us/app/clarity-money-budget-management-expense-tracker/id1148133022?mt=8
if (!(key = selection.intValue))
The text was updated successfully, but these errors were encountered:
In this scenario use the number. Strange bundle ID because I thought bundle IDs must begin with [a-z].
Sorry, something went wrong.
No branches or pull requests
In main.cpp, line 182 (
if (!(key = selection.intValue))
...) if selection starts with a digit, intValue is not nil and the code thinks that we are using number. Just in case, app with a bundle-id starting with a digit: https://itunes.apple.com/us/app/clarity-money-budget-management-expense-tracker/id1148133022?mt=8The text was updated successfully, but these errors were encountered: