-
-
Notifications
You must be signed in to change notification settings - Fork 359
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
Bug in Themes #2158
Comments
I don't have a new phone so I do not have dark mode to reproduce it. Help would be appreciated. |
I'm also on Android 10 and just tried whether I could reproduce any similar behaviour, but this is the only thing I noticed which comes close to the issue described above: Seems weird to me that it differs that much across different devices, maybe it's the vendor's fault because they screwed something up in their dark mode implementation? |
I just (accidentally and with no clear info how to repeat, but may be related to opening phone during night after it was closed during day) reproduced it in Android 10 emulator, app had a default settings |
To clarify, I use a Huawei Phone, but still with Android and EMUI 10.1.0. Does anybody know any other apps, that are developed with Android Studio and have own themes, so I could test, if it has something to do with the vendors implementation? |
FWIW, I have a physical Pixel 3a. I've never seen any of the "bad" variants. My Android system is set to dark mode, and all four of the StreetComplete theme options work as expected. |
I have a reliable repro for a similar bug in an Android 10 (api 29) emulator. Steps:
I wasn't able to reproduce theme weirdness anywhere other than the main menu (that I noticed). Closing the app, swiping it away in the recent apps list, and then re-opening fixes it. Obviously this is an edge case that I wouldn't really expect us to handle, but perhaps the repro will help figure out the problem. |
I had this yesterday when theme was on
Of course not reproducible, as usual. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
If it's worth mentioning I can't reproduce the problem on a real device. Steps:
I also tested my profile view - it works as it should be! I run this on the simulator with: Same scenario |
Hm well, I don't think it is worthwhile to investigate this issue further, as we are in the process of migrating to a different UI framework anyway, for me at least. With a different UI framework come different bugs. |
So I am going to close this, because this bug won't be fixed anymore. Can be re-reported in case this happens in the new UI. Parts of the app currently already migrated to the new UI framework (on dev branch):
Anything that is shown in the bottom sheet (quests etc) is not migrated yet. |
When the System Theme differs from the selected them in the App (also in Auto mode) some elements have the theme background, but the wrong text color. So it's hard/impossible to read.
Using theme "System Default" works flawless.
It does not happen while changing the theme and a restart does not help, so it is not directly related to the other issues (which are all closed by now)
It seems like some backgrounds are always determined by the system theme and not by the theme the app enforces.
How to Reproduce
Have System Dark Mode activated and in-app Light theme activated or
Have System Dark Mode deactivated and in-app Dark theme activated
Versions affected
v24.1 and Android 10
Black System and Light In-App:
Light System and Dark In-App:
The text was updated successfully, but these errors were encountered: