updating some icons

This commit is contained in:
tibbi
2021-11-19 13:29:28 +01:00
parent 62d1cb2460
commit c812483f13
23 changed files with 31 additions and 36 deletions

View File

@ -313,7 +313,7 @@ fun Context.getTimerNotification(timer: Timer, pendingIntent: PendingIntent, add
val builder = NotificationCompat.Builder(this)
.setContentTitle(if(timer.label.isEmpty()) getString(R.string.timer) else timer.label)
.setContentText(getString(R.string.time_expired))
.setSmallIcon(R.drawable.ic_timer)
.setSmallIcon(R.drawable.ic_hourglass_vector)
.setContentIntent(pendingIntent)
.setPriority(NotificationCompat.PRIORITY_MAX)
.setDefaults(Notification.DEFAULT_LIGHTS)