Browse Source

Notify complete exception

main
M66B 6 years ago
parent
commit
f06b0c10e6
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      app/src/main/java/eu/faircode/email/ServiceSynchronize.java

+ 2
- 0
app/src/main/java/eu/faircode/email/ServiceSynchronize.java View File

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