mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-05-07 05:53:07 +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"
|
"$TAG Can't use notification call style: $iae"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
setColor(context.resources.getColor(R.color.gray_600, context.theme))
|
||||||
setColorized(true)
|
setColorized(true)
|
||||||
setOnlyAlertOnce(true)
|
setOnlyAlertOnce(true)
|
||||||
setSmallIcon(smallIcon)
|
setSmallIcon(smallIcon)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue