WorkAtRGU / SocWeather

MIT License
0 stars 0 forks source link

Changing temperature units preference doesn't work #1

Open dcorsar opened 2 years ago

dcorsar commented 2 years ago

The Preferences / Settings fragment allows users to change their preferred unit of measurement for temperature values, but this doesn't impact what is displayed on screen.

dcorsar commented 2 years ago

Possible to fix this by storing the preferences in the database (e.g. in a Preferences table) or by passing the value around between the fragments (although this won't work in all situations given the navigation options)