refactor: remove audio ducking setting because it's useless now (unfortunately exoplayer is always "ducking")
This commit is contained in:
parent
fcf2c62d9a
commit
0eabd7eecf
34 changed files with 0 additions and 75 deletions
|
|
@ -29,13 +29,6 @@
|
|||
android:positiveButtonText="@null"
|
||||
android:title="@string/pref_title_maximum_bitrate" />
|
||||
|
||||
<SwitchPreference
|
||||
app:iconSpaceReserved="false"
|
||||
android:defaultValue="true"
|
||||
android:key="audio_ducking"
|
||||
android:summary="@string/pref_summary_audio_ducking"
|
||||
android:title="@string/pref_title_audio_ducking" />
|
||||
|
||||
<SwitchPreference
|
||||
app:iconSpaceReserved="false"
|
||||
android:defaultValue="true"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue