1
0
Fork 0
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:
M66B 2018-12-30 08:28:36 +00:00
parent e7430d588f
commit 110ff651a0

View file

@ -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)