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 to MissingResourceException on android #3

Merged
merged 1 commit into from Aug 8, 2017

Conversation

NemesisMate
Copy link
Contributor

More info here.

@NemesisMate
Copy link
Contributor Author

The strange thing is that the javadoc of the non-working method says:

     * Returns a resource bundle using the specified base name, the
     * default locale and the specified control. Calling this method
     * is equivalent to calling
     * <pre>
     * getBundle(baseName, Locale.getDefault(),
     *           this.getClass().getClassLoader(), control),

what is just the what the fix does, use the "equivalent" method instead of the simpler one :S

@JavaSaBr JavaSaBr merged commit 659b4b5 into JavaSaBr:master Aug 8, 2017
@JavaSaBr
Copy link
Owner

JavaSaBr commented Aug 8, 2017

@NemesisMate can you make a PR to develop branch in future, please? :)

@NemesisMate
Copy link
Contributor Author

@JavaSaBr Yes, of course.

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