Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Version used: 1.6 R.C
Devices/Android versions reproduced on:
I used appCompatDelegate for dark mode(I.e night mode).
The app starts and apply night mode by use of appCompatDelegate.
The problem I noticed later, was that it makes the currency symbol to nothing(unreadable).
After calculation the number, is to be shown in their country currency. For that I used numberFormat.getCurrencyInstance.
The currency symbol is readable when no night mode is applied. As soon night mode applied, the currency symbol gets unreadable by the appCompatDelegate.
To see real example, download the vat calculator by Jix apps (version 3.0) from Google play.
And change the night mode in settings.The currency symbol will be eaten by the appCompatDelegate androidX library, has
Bugs I think.
If this is a bug in the library, we would appreciate if you could attach:
- Sample project to trigger the issue.
- A screenrecord or screenshots showing the issue (if UI related).