New lock icon in notification

This commit is contained in:
J-Jamet
2021-11-20 13:30:26 +01:00
parent 999f1bf47a
commit 80f9b46479
2 changed files with 1 additions and 1 deletions

View File

@@ -421,7 +421,7 @@ open class DatabaseTaskNotificationService : LockNotificationService(), Progress
// Unfortunately swipe is disabled in lollipop+
setDeleteIntent(pendingDeleteIntent)
addAction(
R.drawable.ic_lock_database_white_24dp, getString(R.string.lock),
R.drawable.ic_lock_database_white_32dp, getString(R.string.lock),
pendingDeleteIntent
)
setStyle(NotificationCompat.MediaStyle()