Revert "Removed notification account color"

This reverts commit 53a07f5185.
pull/146/head
M66B 6 years ago
parent 53a07f5185
commit 78702f08ee

@ -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…
Cancel
Save