fix: Do not cancel notification on reply
This commit is contained in:
parent
9f5250ee04
commit
a22c8fa6fa
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