mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-21 16:33:41 +02:00
Auto cancel op failed notification
This commit is contained in:
@@ -5746,7 +5746,7 @@ class Core {
|
||||
.setContentTitle(title)
|
||||
.setContentText(Log.formatThrowable(ex, false))
|
||||
.setContentIntent(pi)
|
||||
.setAutoCancel(false)
|
||||
.setAutoCancel(message != null)
|
||||
.setShowWhen(true)
|
||||
.setPriority(NotificationCompat.PRIORITY_MAX)
|
||||
.setOnlyAlertOnce(true)
|
||||
|
||||
Reference in New Issue
Block a user