Closed mattia-venturini closed 2 months ago
Notification tap detection for notification groups is currently not supported. Tapping such a notification will simply bring the app to the foreground
Ok, I see... maybe this behavior should be better documented? I don't see any documentation related here: https://pub.dev/packages/background_downloader#tapping-a-notification
Describe the bug When I set a taskNotificationTapCallback for a group that is not the defaultGroup, it's never called. I'm on Android 14.
To Reproduce Steps to reproduce the behavior:
Expected behavior I should see in the logs that myNotificationTapCallback is called.