Skip to content

Commit

Permalink
enable persistentNotification by default
Browse files Browse the repository at this point in the history
it feels like a bug with the default being off
  • Loading branch information
paroj committed Apr 14, 2024
1 parent 49d38f4 commit 99e0b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/xml/settings_playback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
android:title="@string/settings.persistent_title"
android:summary="@string/settings.persistent_summary"
android:key="persistentNotification"
android:defaultValue="false"/>
android:defaultValue="true"/>

<CheckBoxPreference
android:title="@string/settings.heads_up_notification"
Expand Down

0 comments on commit 99e0b8f

Please sign in to comment.