android: circular icon in notification while in call (#3790)

Co-authored-by: Evgeny Poberezkin <evgeny@poberezkin.com>
This commit is contained in:
Stanislav Dmitrenko
2024-02-08 13:32:35 +00:00
committed by GitHub
co-authored by Evgeny Poberezkin
parent 24a35698dc
commit eedc1b2860
2 changed files with 11 additions and 1 deletions
@@ -109,7 +109,7 @@ class CallService: Service() {
val builder = NotificationCompat.Builder(this, CALL_NOTIFICATION_CHANNEL_ID)
.setSmallIcon(R.drawable.ntf_icon)
.setLargeIcon(icon)
.setLargeIcon(icon.clipToCircle())
.setColor(0x88FFFF)
.setContentTitle(title)
.setContentText(text)