mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-28 12:56:49 +01:00
Sony Headphones: Fix setting surround mode
This commit is contained in:
parent
55cbac5f8f
commit
2c182418fe
@ -48,6 +48,6 @@ public enum SurroundMode {
|
||||
}
|
||||
|
||||
public static SurroundMode fromPreferences(final SharedPreferences prefs) {
|
||||
return SurroundMode.valueOf(prefs.getString(DeviceSettingsPreferenceConst.PREF_SONY_SOUND_POSITION, "off").toUpperCase());
|
||||
return SurroundMode.valueOf(prefs.getString(DeviceSettingsPreferenceConst.PREF_SONY_SURROUND_MODE, "off").toUpperCase());
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user