Specify that the TOTP notification should have no sound #122

This commit is contained in:
Artem Chepurnoy 2024-01-30 10:38:57 +02:00
parent 234ae97b48
commit a54f5085fa
No known key found for this signature in database
GPG Key ID: FAC37D0CF674043E

View File

@ -421,6 +421,7 @@ class KeyguardClipboardService : Service(), DIAware {
.addAction(cancelAction)
.setSmallIcon(icon)
.setSound(audioUri)
.setSilent(true)
.setOnlyAlertOnce(alertOnlyOnce)
.setOngoing(ongoing)
.build()