Keep stop action when timer ends

This commit is contained in:
Brandon Presley 2022-07-10 19:03:14 +12:00
parent aa780172a4
commit f4264b2589
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ class TimerBroadcast : BroadcastReceiver() {
val finishPending =
PendingIntent.getActivity(context, 0, finishIntent, PendingIntent.FLAG_IMMUTABLE)
builder.setContentText("Timer finished.")
.clearActions()
.setAutoCancel(true)
.setOngoing(false)
.setContentIntent(finishPending)