Fixed double avatar on incoming call notification depending on the phone

This commit is contained in:
Sylvain Berfini 2019-11-19 10:00:55 +01:00
parent 2e89062239
commit 278fd99245
2 changed files with 0 additions and 2 deletions

View file

@ -140,7 +140,6 @@ class ApiTwentyFourPlus {
return new Notification.Builder(context)
.setStyle(new Notification.DecoratedCustomViewStyle())
.setSmallIcon(R.drawable.topbar_call_notification)
.setLargeIcon(contactIcon)
.setContentTitle(contactName)
.setContentText(context.getString(R.string.incall_notif_incoming))
.setContentIntent(intent)

View file

@ -191,7 +191,6 @@ class ApiTwentySixPlus {
context, context.getString(R.string.notification_channel_id))
.setStyle(new Notification.DecoratedCustomViewStyle())
.setSmallIcon(R.drawable.topbar_call_notification)
.setLargeIcon(contactIcon)
.setContentTitle(contactName)
.setContentText(context.getString(R.string.incall_notif_incoming))
.setContentIntent(intent)