mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 11:28:41 +01:00
Disabled system contextual action
This commit is contained in:
@@ -2236,9 +2236,8 @@ class Core {
|
||||
.setPriority(NotificationCompat.PRIORITY_DEFAULT)
|
||||
.setCategory(NotificationCompat.CATEGORY_EMAIL)
|
||||
.setVisibility(NotificationCompat.VISIBILITY_PRIVATE)
|
||||
.setOnlyAlertOnce(alert_once);
|
||||
|
||||
// TODO: setAllowSystemGeneratedContextualActions
|
||||
.setOnlyAlertOnce(alert_once)
|
||||
.setAllowSystemGeneratedContextualActions(false);
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N)
|
||||
mbuilder
|
||||
|
||||
Reference in New Issue
Block a user