refactor: remove audio ducking setting because it's useless now (unfortunately exoplayer is always "ducking")

This commit is contained in:
Jakob Kukla 2021-05-31 14:07:21 +02:00
commit 0eabd7eecf
34 changed files with 0 additions and 75 deletions

View file

@ -121,7 +121,6 @@
<string name="pref_title_maximum_bitrate">Maximum Bitrate</string>
<string name="pref_title_classic_notification">Classic Design</string>
<string name="pref_title_colored_notification">Colored Notification</string>
<string name="pref_title_audio_ducking">Audio Ducking</string>
<string name="pref_title_remember_tab">Remember Tab</string>
<string name="pref_title_remember_shuffle">Remember Shuffle</string>
<string name="pref_title_remember_queue">Remember Queue</string>
@ -136,7 +135,6 @@
<string name="pref_summary_blur_album_art">Blurs the album cover on the lock screen. This can cause problems with third party apps and widgets.</string>
<string name="pref_summary_classic_notification">Use the classic notification design.</string>
<string name="pref_summary_colored_notification">"Colors the notification with a vibrant color taken from the album cover."</string>
<string name="pref_summary_audio_ducking">Decrease the volume for notifications and other system sounds.</string>
<string name="pref_summary_remember_shuffle">Shuffle mode will stay on when selecting a new list of songs for the queue.</string>
<string name="pref_summary_remember_queue">Save the queue when closing the app so it can persist across sessions.</string>
<string name="pref_summary_colored_shortcuts">Colors the app shortcuts in the primary color.</string>