mirror of
https://github.com/pachli/pachli-android.git
synced 2025-02-09 08:28:43 +01:00
The previous code used SwitchPreference to generate the switches, which didn't apply the Material colours. This made it difficult to distinguish between the on/off states, as the non-Material colours for those states are very similar. Fix by using SwitchPreferenceCompat which uses the correct Material colours.