You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I modified the example file in particular in the text response action "_showNotificationWithTextAction" by adding "cancelNotification: false" in order that the notification remains even following the response.
The effect is that upon clicking on sending the test message a perpetual loader.
flutter_local_notification_text_input_bug.mp4
To Reproduce
Change the method _showNotificationWithTextAction in the example code like this
Describe the bug
I modified the example file in particular in the text response action "_showNotificationWithTextAction" by adding "cancelNotification: false" in order that the notification remains even following the response.
The effect is that upon clicking on sending the test message a perpetual loader.
flutter_local_notification_text_input_bug.mp4
To Reproduce
Change the method _showNotificationWithTextAction in the example code like this
Launch the example app --> click on the "Show notification with text action" button --> respond to the notification and send
Expected behavior
The expected behavior is that the message is sent and the notification remains present
The text was updated successfully, but these errors were encountered: