feat: Add a notification sound when timer is complete

#15
This commit is contained in:
Nishant Mishra
2025-08-23 10:58:23 +05:30
parent 68e70e9ba8
commit 6f2ff66fc2

View File

@@ -327,7 +327,7 @@ class TimerViewModel(
)
.setShowWhen(true)
.setWhen(System.currentTimeMillis() + remainingTime) // Sets the Live Activity/Now Bar chip time
.setSilent(true)
.setSilent(!complete)
.build()
)
}