-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Fix warnings about string resources 'without required default value' #2655
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
Comments
@domdomegg Do you mean removing their declaration in strings.xml. Because on removing one of the listed string from strings.xml Have I misunderstood the Issue? |
Ah I didn't know they were used - if that's the case a default value for them should be added to |
OK I'll do that 👍 |
@domdomegg I didn't find these declarations in the latest master. Are you working on a different version? |
I think these are in master. e.g. |
@domdomegg I have raised a PR for this here. Kindly review :) |
Summary:
There are a bunch of warnings about string resources without the required default value (i.e. a fallback in
strings.xml
). As these strings are not used throughout the app I think we should remove them.The main benefit is that it'll be easier to search for failures in the logs as the string resources have the text 'failed' in them which is annoying when going through Travis logs trying to find useful info.
Steps to reproduce:
Run a process manifest gradle task.
Logs:
Would you like to work on the issue?
No, but I would be happy to review.
The text was updated successfully, but these errors were encountered: