Forgot to set the call notification color (setColorized is set to true)

This commit is contained in:
Sylvain Berfini 2025-01-09 10:00:36 +01:00
parent 32a3feef42
commit e7f888ad78

View file

@ -1111,6 +1111,7 @@ class NotificationsManager
"$TAG Can't use notification call style: $iae"
)
}
setColor(context.resources.getColor(R.color.gray_600, context.theme))
setColorized(true)
setOnlyAlertOnce(true)
setSmallIcon(smallIcon)