Interacting with Push Notification doesnt foreground app

SDK Version: 45
Platform: android

When receiving push notifications or local notifications on android the app is not foregrounded when interacting with (clicking) them. After interaction, the notification disappears and nothing happens on the device. This happens when using the expo go client and through an eas built app. When running the local development server, receiving and interacting with a notification when the app is backgrounded, the addNotificationResponseReceivedListener handler is triggered as seen in the console but the app is still not forgrounded.

IOS works properly.

related github issue: https://github.com/expo/expo/issues/17531
(you can help by commenting and adding a :+1: reaction on github)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.