Describe the bug
When I open the channel graph or time graph the axis labels are not clearly readable when using system theme and system theme is dark
To Reproduce
Steps to reproduce the behavior:
- Make sure device theme is set to dark mode
- Go to settings and set theme to system
- Go to channel graph -> axis label text color is black
- Go to settings and change theme to dark
- Go to channel graph -> axis label text color is white
Expected behavior
White labels when in system theme
Screenshots
If applicable, add screenshots to help explain your problem.
Note
I think problem comes from GraphViewBuilder.kt and GraphViewWrapper.kt. Both check if (ThemeStyle.DARK == themeStyle) Color.WHITE else Color.BLACK. This probably makes system go to else.
Android 14 on Samsung A52s
WiFi Analyzer v3.1.4
Additional context
Add any other context about the problem here.
Provide Device/Android OS information
Describe the bug
When I open the channel graph or time graph the axis labels are not clearly readable when using system theme and system theme is dark
To Reproduce
Steps to reproduce the behavior:
Expected behavior
White labels when in system theme
Screenshots
If applicable, add screenshots to help explain your problem.
Note
I think problem comes from GraphViewBuilder.kt and GraphViewWrapper.kt. Both check
if (ThemeStyle.DARK == themeStyle) Color.WHITE else Color.BLACK. This probably makes system go toelse.Android 14 on Samsung A52s
WiFi Analyzer v3.1.4
Additional context
Add any other context about the problem here.
Provide Device/Android OS information