mirror of
https://github.com/bitwarden/android.git
synced 2026-06-03 03:06:21 -05:00
Add notification-specific icons (#1088)
This commit is contained in:
committed by
Álison Fernandes
parent
08e1e623c6
commit
fc17370223
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user