Skip to content

Commit f985486

Browse files
StypoxTobiGr
andauthored
Android 33 -> Android 13
Co-authored-by: Tobi <TobiGr@users.noreply.github.com>
1 parent 4b1824e commit f985486

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/org/schabi/newpipe/settings/custom/NotificationSlot.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ void setupTitle(final View view) {
8989
void setupCheckbox(final View view, final boolean isCompactSlotChecked) {
9090
final CheckBox compactSlotCheckBox = view.findViewById(R.id.notificationActionCheckBox);
9191
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.TIRAMISU) {
92-
// there are no compact slots to customize on Android 33+
92+
// there are no compact slots to customize on Android 13+
9393
compactSlotCheckBox.setVisibility(View.GONE);
9494
view.findViewById(R.id.notificationActionCheckBoxClickableArea)
9595
.setVisibility(View.GONE);

0 commit comments

Comments
 (0)