-
-
Notifications
You must be signed in to change notification settings - Fork 140
Fixed an issue where statusbar icons where not visible in light mode (Android 12) #411
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
Fixed an issue where statusbar icons where not visible in light mode (Android 12) #411
Conversation
Update to follow the additions
Thanks @DodoLeDev for the verification and optimization of the French translation
Improved French translation
Added Polish Language (Only strings file)
Increased app version
Fix Polish Language
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
After running with the code you added, the notification bar isn't transparent, it's slightly darker than the app's background |
nvm fixed it :) |
The change you added makes status bar be white in dark theme as well, can you take a look at that? |
Yes with the current stagging branch, the status bar stays white in dark mode. |
My initial findings are these:
|
@roeiedri Any update on this issue? I mean should we move the code back to the activity? or keep it as it is |
Im using dark mode and the status bar is white and I cant read anything. Using version 1.4.5 |
Added the fix last week |
A added a fix which fixes statusbar for both light and dark mode. Screenshot for before and after the fix is attached below
before:

after:
