Skip to content

Commit

Permalink
moved player notification to notification section
Browse files Browse the repository at this point in the history
  • Loading branch information
pratyaksh1610 committed Dec 19, 2022
1 parent 5942add commit 5c342d9
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 @@ -12,6 +12,14 @@
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" />

<org.schabi.newpipe.settings.custom.DurationListPreference
android:defaultValue="@string/streams_notifications_interval_default"
android:dependency="@string/enable_streams_notifications"
Expand Down

0 comments on commit 5c342d9

Please # to comment.