Merge pull request #2651 from krille-chan/krille/do-not-cancel-on-notification-reply
fix: Do not cancel notification on reply
This commit is contained in:
commit
e311c9573e
1 changed files with 0 additions and 1 deletions
|
|
@ -264,7 +264,6 @@ Future<void> _tryPushHelper(
|
||||||
inputs: [
|
inputs: [
|
||||||
AndroidNotificationActionInput(label: l10n.writeAMessage),
|
AndroidNotificationActionInput(label: l10n.writeAMessage),
|
||||||
],
|
],
|
||||||
cancelNotification: false,
|
|
||||||
allowGeneratedReplies: true,
|
allowGeneratedReplies: true,
|
||||||
semanticAction: SemanticAction.reply,
|
semanticAction: SemanticAction.reply,
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue