mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 09:47:13 +00:00
Fixed crash on notification on some (Sony) devices
This commit is contained in:
parent
e7430d588f
commit
110ff651a0
1 changed files with 1 additions and 1 deletions
|
@ -616,7 +616,7 @@ public class ServiceSynchronize extends LifecycleService {
|
|||
|
||||
mbuilder
|
||||
.addExtras(args)
|
||||
.setSmallIcon(R.drawable.baseline_mail_24)
|
||||
.setSmallIcon(R.drawable.baseline_email_white_24)
|
||||
.setContentTitle(MessageHelper.getFormattedAddresses(message.from, true))
|
||||
.setSubText(message.accountName + " · " + folderName)
|
||||
.setContentIntent(piContent)
|
||||
|
|
Loading…
Reference in a new issue