mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 03:19:24 +01:00
Disallow AI
This commit is contained in:
@@ -2808,7 +2808,8 @@ class Core {
|
||||
.setDeleteIntent(piClear)
|
||||
.setPriority(NotificationCompat.PRIORITY_DEFAULT)
|
||||
.setCategory(NotificationCompat.CATEGORY_STATUS)
|
||||
.setVisibility(NotificationCompat.VISIBILITY_PUBLIC);
|
||||
.setVisibility(NotificationCompat.VISIBILITY_PUBLIC)
|
||||
.setAllowSystemGeneratedContextualActions(false);
|
||||
|
||||
if (notify_summary) {
|
||||
builder.setOnlyAlertOnce(new_messages == 0);
|
||||
|
||||
Reference in New Issue
Block a user