1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-25 19:36:50 +01:00

Galaxy Buds: fix Ambient Volume prefs key

This commit is contained in:
vanous 2021-10-31 21:27:00 +01:00
parent f8cc520ede
commit c9bf7e464a

View File

@ -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" />
</PreferenceCategory>