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

@ -64,7 +64,6 @@
<string name="pref_title_blur_album_art">Blur album cover</string>
<string name="pref_title_colored_notification">Colored notification</string>
<string name="pref_title_classic_notification">Classic notification design</string>
<string name="pref_title_audio_ducking">Reduce volume on focus loss</string>
<string name="delete_action">Delete</string>
<string name="remove_action">Remove</string>
<string name="rename_action">Rename</string>
@ -85,7 +84,6 @@
<string name="pref_summary_classic_notification">Use the classic notification design.</string>
<string name="pref_summary_colored_notification">"Colors the notification in the album cover\u2019s vibrant color."</string>
<string name="pref_summary_colored_shortcuts">Colors the app shortcuts in the primary color.</string>
<string name="pref_summary_audio_ducking">Notifications, navigation etc.</string>
<string name="last_added">Last added</string>
<string name="my_top_tracks">My top tracks</string>
<string name="action_sleep_timer">Sleep timer</string>