1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2025-01-26 17:47:34 +01:00

Amazfit Neo: Fix sound options

This commit is contained in:
José Rebelo 2025-01-20 12:59:43 +00:00
parent 878d40b8a8
commit 5050d9a283

View File

@ -37,7 +37,7 @@ public enum DeviceSpecificSettingsScreen {
WORKOUT("pref_screen_workout", R.xml.devicesettings_root_workout),
HEALTH("pref_screen_health", R.xml.devicesettings_root_health),
TOUCH_OPTIONS("pref_screen_touch_options", R.xml.devicesettings_root_touch_options),
SOUND("pref_screen_sound", R.xml.devicesettings_root_touch_options),
SOUND("pref_screen_sound", R.xml.devicesettings_root_sound),
;
private final String key;