|
|
|
@ -508,7 +508,7 @@ public class ServiceSynchronize extends LifecycleService {
|
|
|
|
|
.addAction(actionArchive.build())
|
|
|
|
|
.addAction(actionTrash.build());
|
|
|
|
|
|
|
|
|
|
if (pro)
|
|
|
|
|
if (pro) {
|
|
|
|
|
if (!TextUtils.isEmpty(message.subject))
|
|
|
|
|
mbuilder.setContentText(message.subject);
|
|
|
|
|
|
|
|
|
@ -540,6 +540,7 @@ public class ServiceSynchronize extends LifecycleService {
|
|
|
|
|
|
|
|
|
|
if (message.accountColor != null)
|
|
|
|
|
mbuilder.setColor(message.accountColor);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O)
|
|
|
|
|
mbuilder.setGroupAlertBehavior(Notification.GROUP_ALERT_CHILDREN);
|
|
|
|
|