Fixed double avatar on incoming call notification depending on the phone
This commit is contained in:
parent
2e89062239
commit
278fd99245
2 changed files with 0 additions and 2 deletions
|
@ -140,7 +140,6 @@ class ApiTwentyFourPlus {
|
||||||
return new Notification.Builder(context)
|
return new Notification.Builder(context)
|
||||||
.setStyle(new Notification.DecoratedCustomViewStyle())
|
.setStyle(new Notification.DecoratedCustomViewStyle())
|
||||||
.setSmallIcon(R.drawable.topbar_call_notification)
|
.setSmallIcon(R.drawable.topbar_call_notification)
|
||||||
.setLargeIcon(contactIcon)
|
|
||||||
.setContentTitle(contactName)
|
.setContentTitle(contactName)
|
||||||
.setContentText(context.getString(R.string.incall_notif_incoming))
|
.setContentText(context.getString(R.string.incall_notif_incoming))
|
||||||
.setContentIntent(intent)
|
.setContentIntent(intent)
|
||||||
|
|
|
@ -191,7 +191,6 @@ class ApiTwentySixPlus {
|
||||||
context, context.getString(R.string.notification_channel_id))
|
context, context.getString(R.string.notification_channel_id))
|
||||||
.setStyle(new Notification.DecoratedCustomViewStyle())
|
.setStyle(new Notification.DecoratedCustomViewStyle())
|
||||||
.setSmallIcon(R.drawable.topbar_call_notification)
|
.setSmallIcon(R.drawable.topbar_call_notification)
|
||||||
.setLargeIcon(contactIcon)
|
|
||||||
.setContentTitle(contactName)
|
.setContentTitle(contactName)
|
||||||
.setContentText(context.getString(R.string.incall_notif_incoming))
|
.setContentText(context.getString(R.string.incall_notif_incoming))
|
||||||
.setContentIntent(intent)
|
.setContentIntent(intent)
|
||||||
|
|
Loading…
Reference in a new issue