-
Notifications
You must be signed in to change notification settings - Fork 551
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
java.util.UnknownFormatConversionException - Conversion = '$' #5637
Comments
The error The |
please assign this to me |
Assigned this issue to you @aadityaverma2011 . |
I have raised a PR regarding the issue . please check it out! |
@TanishMoral11 pls review the pull request |
## Explanation - Fixes #5637 java.util.UnknownFormatConversionException: Conversion = '$' error caused by an invalid format specifier (%$) in the Arabic translation of the FAQ answer about math lessons. The incorrect format specifier is replaced with the correct "%1$s" format. Changes were done in the strings.xml file only. ## Essential Checklist <!-- Please tick the relevant boxes by putting an "x" in them. --> - [x] The PR title and explanation each start with "Fix #bugnum: " (If this PR fixes part of an issue, prefix the title with "Fix part of #bugnum: ...".) - [x] Any changes to [scripts/assets](https://github.com/oppia/oppia-android/tree/develop/scripts/assets) files have their rationale included in the PR explanation. - [x] The PR follows the [style guide](https://github.com/oppia/oppia-android/wiki/Coding-style-guide). - [x] The PR does not contain any unnecessary code changes from Android Studio ([reference](https://github.com/oppia/oppia-android/wiki/Guidance-on-submitting-a-PR#undo-unnecessary-changes)). - [x] The PR is made from a branch that's **not** called "develop" and is up-to-date with "develop". - [x] The PR is **assigned** to the appropriate reviewers ([reference](https://github.com/oppia/oppia-android/wiki/Guidance-on-submitting-a-PR#clarification-regarding-assignees-and-reviewers-section)). Co-authored-by: Adhiambo Peres <59600948+adhiamboperes@users.noreply.github.com>
Describe the bug
There is a new crash recorded in 0.14-beta-17f2ef3044. It has 11 crash events affecting 11 users. Here is the log:
Steps To Reproduce
Not sure, this is filed based on a crashlytics report.
Expected Behavior
The error should not happen.
Screenshots/Videos
No response
What device/emulator are you using?
Huawei Y6 Prime 2018
Which Android version is your device/emulator running?
Android 8.0.0
Which version of the Oppia Android app are you using?
0.14-beta-17f2ef3044
Additional Context
No response
The text was updated successfully, but these errors were encountered: