Skip to content

Commit

Permalink
Android 33 -> Android 13
Browse files Browse the repository at this point in the history
Co-authored-by: Tobi <[email protected]>
  • Loading branch information
Stypox and TobiGr authored Dec 30, 2023
1 parent 4b1824e commit f985486
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ void setupTitle(final View view) {
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);
Expand Down

0 comments on commit f985486

Please sign in to comment.