fmidev / weather-app

FMI's official weather application for mobile devices
7 stars 2 forks source link

Weather symbol switch in weather hourly view parameters cannot be turned off #676

Open anttival opened 1 week ago

anttival commented 1 week ago

The weather symbol switch in the hourly weather view parameters cannot be turned off even if the switch is enabled. The switch is on by default. Image

AnttiRumpunen commented 1 week ago

This is actually working as intended, for some reason weather symbol is always on. It's probably easiest to set weather icon slider to be always disabled? Other option would be securing that at least one parameter is selected, but this may require unnecessary coding.

AnttiRumpunen commented 1 week ago

Decision: at least one parameter must be selected, it can be any parameter.

geosaaga commented 6 days ago

PR: https://github.com/fmidev/weather-app/pull/689