mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 15:23:00 +00:00 
			
		
		
		
	Android 33 -> Android 13
Co-authored-by: Tobi <TobiGr@users.noreply.github.com>
This commit is contained in:
		| @@ -89,7 +89,7 @@ class NotificationSlot { | ||||
|     void setupCheckbox(final View view, final boolean isCompactSlotChecked) { | ||||
|         final CheckBox compactSlotCheckBox = view.findViewById(R.id.notificationActionCheckBox); | ||||
|         if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.TIRAMISU) { | ||||
|             // there are no compact slots to customize on Android 33+ | ||||
|             // there are no compact slots to customize on Android 13+ | ||||
|             compactSlotCheckBox.setVisibility(View.GONE); | ||||
|             view.findViewById(R.id.notificationActionCheckBoxClickableArea) | ||||
|                     .setVisibility(View.GONE); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Stypox
					Stypox