-
Notifications
You must be signed in to change notification settings - Fork 57
[Android] Bottom sheet doesn't respect system theme change #2108
Copy link
Copy link
Open
Labels
Description
Describe the bug
There are some issues with switching between dark and light mode where the block picker bottom sheet doesn't pick up the new color.
I also see this happening to the group block "AppenderButton".
Here, after switching to light mode, the block picker is still in dark mode.

To Reproduce
Steps to reproduce the behavior:
- Make sure that theme is set to be system default in the application
- Open the Editor
- Leave the WPAndroid app and go to system settings where you want to change the theme color.
- Return to the app - everything is refreshed but if you open inserter it will show in the wrong color (if you set dark, inserter will be light and opposite)
Expected behavior
Inserted should be colored with proper color
Reactions are currently unavailable