From 84dd24902c49d475796246fe701718f0da424efa Mon Sep 17 00:00:00 2001 From: Connor McLaughlin <stenzek@gmail.com> Date: Sun, 31 Jan 2021 16:32:34 +1000 Subject: [PATCH] Android: Fix incorrect setting key for FF volume --- android/app/src/main/res/xml/audio_preferences.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/src/main/res/xml/audio_preferences.xml b/android/app/src/main/res/xml/audio_preferences.xml index 484b50500..fb92659e5 100644 --- a/android/app/src/main/res/xml/audio_preferences.xml +++ b/android/app/src/main/res/xml/audio_preferences.xml @@ -27,7 +27,7 @@ app:iconSpaceReserved="false" app:showSeekBarValue="true" /> <SeekBarPreference - app:key="Audio/OutputVolume" + app:key="Audio/FastForwardVolume" app:title="@string/settings_fast_forward_volume" app:summary="@string/settings_summary_fast_forward_volume" app:defaultValue="100"