Removed notification account color

pull/146/head
M66B 6 years ago
parent 5111a20bfe
commit 53a07f5185

@ -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