|
|
@ -214,9 +214,8 @@ public class ServiceSynchronize extends LifecycleService {
|
|
|
|
.setVisibility(NotificationCompat.VISIBILITY_SECRET);
|
|
|
|
.setVisibility(NotificationCompat.VISIBILITY_SECRET);
|
|
|
|
|
|
|
|
|
|
|
|
if (lastStats.operations > 0)
|
|
|
|
if (lastStats.operations > 0)
|
|
|
|
builder.setStyle(new NotificationCompat.BigTextStyle().setSummaryText(
|
|
|
|
builder.setContentText(getResources().getQuantityString(
|
|
|
|
getResources().getQuantityString(
|
|
|
|
R.plurals.title_notification_operations, lastStats.operations, lastStats.operations));
|
|
|
|
R.plurals.title_notification_operations, lastStats.operations, lastStats.operations)));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return builder;
|
|
|
|
return builder;
|
|
|
|
}
|
|
|
|
}
|
|
|
|