feat: Update timer icon

This commit is contained in:
Nishant Mishra
2025-08-21 18:04:19 +05:30
parent 7508465a42
commit 754fa44ed2
2 changed files with 26 additions and 1 deletions

View File

@@ -354,7 +354,7 @@ class TimerViewModel(
)
val notificationBuilder = NotificationCompat.Builder(application, "timer")
.setSmallIcon(R.drawable.hourglass_filled)
.setSmallIcon(R.drawable.tomato_logo_notification)
.setOngoing(true)
.setColor(Color.Red.toArgb())
.setContentIntent(contentIntent)