mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 20:34:49 +01:00
Alert errors once
This commit is contained in:
@@ -596,6 +596,7 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
.setAutoCancel(false)
|
||||
.setShowWhen(true)
|
||||
.setPriority(Notification.PRIORITY_MAX)
|
||||
.setOnlyAlertOnce(true)
|
||||
.setCategory(Notification.CATEGORY_ERROR)
|
||||
.setVisibility(Notification.VISIBILITY_SECRET);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user