Add notification-specific icons (#1088)

This commit is contained in:
David Perez
2024-03-04 14:26:12 -06:00
committed by Álison Fernandes
parent 08e1e623c6
commit fc17370223
2 changed files with 11 additions and 1 deletions

View File

@@ -66,7 +66,7 @@ class AuthRequestNotificationManagerImpl(
?.let { context.getString(R.string.confim_log_in_attemp_for_x, it) }
?: context.getString(R.string.confirm_log_in),
)
.setSmallIcon(R.drawable.ic_launcher_foreground)
.setSmallIcon(R.drawable.ic_notification)
.setColor(Color.White.value.toInt())
.setAutoCancel(true)
.setTimeoutAfter(NOTIFICATION_DEFAULT_TIMEOUT_MILLIS)