Revert "Removed notification account color"

This reverts commit 53a07f5185.
This commit is contained in:
M66B
2018-11-10 08:05:58 +00:00
parent 53a07f5185
commit 78702f08ee

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)