Skip to content

Commit

Permalink
Merge pull request #9580 from pratyaksh1610/branch-8232
Browse files Browse the repository at this point in the history
Moved player notification setting to notification section
  • Loading branch information
Stypox authored Mar 30, 2024
2 parents 5e7ad6f + e42c9ab commit 58f5ec0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/src/main/res/xml/appearance_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@
app:singleLineTitle="false"
app:iconSpaceReserved="false" />

<PreferenceScreen
android:key="@string/player_notification_screen_key"
android:fragment="org.schabi.newpipe.settings.PlayerNotificationSettingsFragment"
android:summary="@string/settings_category_player_notification_summary"
android:title="@string/settings_category_player_notification_title"
app:singleLineTitle="false"
app:iconSpaceReserved="false" />

<SwitchPreferenceCompat
android:defaultValue="true"
android:key="@string/show_hold_to_append_key"
Expand Down
8 changes: 8 additions & 0 deletions app/src/main/res/xml/notifications_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
android:key="general_preferences"
android:title="@string/notifications">

<PreferenceScreen
android:key="@string/player_notification_screen_key"
android:fragment="org.schabi.newpipe.settings.PlayerNotificationSettingsFragment"
android:summary="@string/settings_category_player_notification_summary"
android:title="@string/settings_category_player_notification_title"
app:singleLineTitle="false"
app:iconSpaceReserved="false" />

<SwitchPreference
android:defaultValue="false"
android:key="@string/enable_streams_notifications"
Expand Down

0 comments on commit 58f5ec0

Please sign in to comment.