mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +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) {
|
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