Notify complete exception

pull/91/head
M66B 6 years ago
parent 9490c22914
commit f06b0c10e6

@ -340,6 +340,8 @@ public class ServiceSynchronize extends LifecycleService {
.setCategory(Notification.CATEGORY_ERROR)
.setVisibility(Notification.VISIBILITY_SECRET);
builder.setStyle(new Notification.BigTextStyle().bigText(ex.toString()));
return builder;
}

Loading…
Cancel
Save