mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Forgot to set the call notification color (setColorized is set to true)
This commit is contained in:
parent
32a3feef42
commit
e7f888ad78
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue