mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Amazfit Neo: Fix sound options
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ public enum DeviceSpecificSettingsScreen {
|
|||||||
WORKOUT("pref_screen_workout", R.xml.devicesettings_root_workout),
|
WORKOUT("pref_screen_workout", R.xml.devicesettings_root_workout),
|
||||||
HEALTH("pref_screen_health", R.xml.devicesettings_root_health),
|
HEALTH("pref_screen_health", R.xml.devicesettings_root_health),
|
||||||
TOUCH_OPTIONS("pref_screen_touch_options", R.xml.devicesettings_root_touch_options),
|
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;
|
private final String key;
|
||||||
|
|||||||
Reference in New Issue
Block a user