From c9bf7e464a319c6f3aaa640fbad756b8e2e89059 Mon Sep 17 00:00:00 2001 From: vanous Date: Sun, 31 Oct 2021 21:27:00 +0100 Subject: [PATCH] Galaxy Buds: fix Ambient Volume prefs key --- app/src/main/res/xml/devicesettings_galaxy_buds.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/xml/devicesettings_galaxy_buds.xml b/app/src/main/res/xml/devicesettings_galaxy_buds.xml index d42db9f1f..6bec0d7ed 100644 --- a/app/src/main/res/xml/devicesettings_galaxy_buds.xml +++ b/app/src/main/res/xml/devicesettings_galaxy_buds.xml @@ -25,7 +25,7 @@ android:entries="@array/ambient_volume_values" android:entryValues="@array/ambient_volume_values" android:icon="@drawable/ic_volume_up" - android:key="@string/prefs_ambient_volume_summary" + android:key="pref_galaxy_buds_ambient_volume" android:summary="%s" android:title="@string/prefs_ambient_volume" />