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:
parent
5111a20bfe
commit
53a07f5185
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue