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)