1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-28 02:37:16 +00:00

Removed notification account color

This commit is contained in:
M66B 2018-11-09 17:28:16 +00:00
parent 5111a20bfe
commit 53a07f5185

View file

@ -542,8 +542,8 @@ public class ServiceSynchronize extends LifecycleService {
mbuilder.addPerson(message.avatar);
}
if (message.accountColor != null)
mbuilder.setColor(message.accountColor);
//if (message.accountColor != null)
// mbuilder.setColor(message.accountColor);
}
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O)