mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 07:13:00 +00:00 
			
		
		
		
	Merge pull request #9580 from pratyaksh1610/branch-8232
Moved player notification setting to notification section
This commit is contained in:
		| @@ -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" | ||||
|   | ||||
| @@ -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" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Stypox
					Stypox