Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 156e5cd8 authored by Dan Pasanen's avatar Dan Pasanen Committed by Michael Bestas
Browse files

Revert "DeskClock: use low priority channel for snooze notification"

This reverts commit b4d1b477.

Change-Id: I6dd1cf4e6a3b77c68d29d9855dc61415f39bc7c0
parent 2b049d61
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -309,7 +309,7 @@ final class AlarmNotifications {
        Utils.createNotificationChannelsIfNeeded(context);

        Notification.Builder builder = new Notification.Builder(context,
                    Utils.ALARM_CHANNEL_LOW_PRIORITY)
                    Utils.ALARM_CHANNEL)
                .setShowWhen(false)
                .setContentTitle(instance.getLabelOrDefault(context))
                .setContentText(context.getString(R.string.alarm_alert_snooze_until,
@@ -320,7 +320,6 @@ final class AlarmNotifications {
                .setSortKey(createSortKey(instance))
                .setCategory(Notification.CATEGORY_ALARM)
                .setVisibility(Notification.VISIBILITY_PUBLIC)
                .setOngoing(true)
                .setLocalOnly(true);

        if (Utils.isNOrLater()) {