Open vishaledkey opened 1 year ago
@vishaledkey did you find a solution?
any solutions for this?
Same issue here after updating the app to latest 5.1.0
@vishaledkey did you find a solution?
I'm using the Notifee library to handle the local notifications for now.
@aoligama @ersel I ended up patching v5.1.0, here is my patch that works fine https://gist.github.com/ilight/be7141f45f15e39b6fccfe46ca6e3829
@aoligama @ersel I ended up patching v5.1.0, here is my patch that works fine https://gist.github.com/ilight/be7141f45f15e39b6fccfe46ca6e3829
Facing this problem as well - would it be possible to open these changes up as a pull request?
I have thwe same issue too please help
Issue When the app is not killed, tapping on either background or foreground notifications relaunches the app on Android. I have used
postLocalNotification()
for showing foreground notifications.Library version
Manifest changes
Expected behavior The app shouldn't be relaunched when it is already open or running in the background (Recents)
Step to reproduce