We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b1824e commit f985486Copy full SHA for f985486
1 file changed
app/src/main/java/org/schabi/newpipe/settings/custom/NotificationSlot.java
@@ -89,7 +89,7 @@ void setupTitle(final View view) {
89
void setupCheckbox(final View view, final boolean isCompactSlotChecked) {
90
final CheckBox compactSlotCheckBox = view.findViewById(R.id.notificationActionCheckBox);
91
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.TIRAMISU) {
92
- // there are no compact slots to customize on Android 33+
+ // there are no compact slots to customize on Android 13+
93
compactSlotCheckBox.setVisibility(View.GONE);
94
view.findViewById(R.id.notificationActionCheckBoxClickableArea)
95
.setVisibility(View.GONE);
0 commit comments