forgot to delete the return line after refactor

pull/2839/head
elmuffo 2 months ago
parent 666f3913d4
commit 12df6c6018

@ -30,7 +30,6 @@ class NotificationClearedReceiver : BroadcastReceiver() {
// so sleep for 1s instead
if (snoozeTime == 0L) snoozeTime = 1000L
alarmService.snooze(snoozeTime, listOf(notificationId))
return@launch
} else {
notificationManager.cancel(notificationId)
}

Loading…
Cancel
Save