Skip to content

Commit

Permalink
Merge pull request #6118 from Bnyro/master
Browse files Browse the repository at this point in the history
fix: default value in behavior when minimized preference
  • Loading branch information
Bnyro committed Jun 10, 2024
2 parents a249f00 + d1d5368 commit 9e04b52
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/src/main/res/xml/player_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
app:title="@string/skip_buttons" />

<ListPreference
android:defaultValue="true"
android:defaultValue="pip"
android:icon="@drawable/ic_window"
app:key="behavior_when_minimized"
app:title="@string/behavior_when_minimized"
app:entries="@array/onMinimize"
app:entryValues="@array/onMinimizeValues"
app:key="behavior_when_minimized"
app:title="@string/behavior_when_minimized"
app:useSimpleSummaryProvider="true" />

<SwitchPreferenceCompat
Expand Down Expand Up @@ -96,10 +96,10 @@

<SwitchPreferenceCompat
android:icon="@drawable/ic_caption"
android:summary="@string/rich_caption_rendering_summary"
app:defaultValue="false"
app:key="rich_caption_rendering"
app:title="@string/rich_caption_rendering"
android:summary="@string/rich_caption_rendering_summary"/>
app:title="@string/rich_caption_rendering" />

<com.github.libretube.ui.views.SliderPreference
android:icon="@drawable/ic_text"
Expand Down Expand Up @@ -163,8 +163,8 @@
android:icon="@drawable/ic_headphones"
android:summaryOff="@string/disabled"
android:summaryOn="@string/enabled"
app:disableDependentsState="true"
app:defaultValue="true"
app:disableDependentsState="true"
app:key="remember_playback_speed"
app:title="@string/remember_playback_speed" />

Expand Down

0 comments on commit 9e04b52

Please sign in to comment.