Diego Mello

Results 164 comments of Diego Mello

It seems to fix specifically the getInitialNotification issue, but brings back https://github.com/wix/react-native-notifications/pull/837 Ideally everything should work like it did before Android SDK 31, without changing any behavior. I'm not an...

@DanielEliraz this seems to fix the issue for us https://github.com/RocketChat/Rocket.Chat.ReactNative/pull/4648/commits/929ec66cc2b1a1e0045d674379ad0a1d5fb6699d Is there any way to call `mAppLifecycleFacade` directly instead of doing that stuff?

@StefanLuecke Our fix is partial only. We found it to fix it only for the first push notification tap. After that, any new push notification tap is going to redirect...

@StefanLuecke your patch seems to have fixed the bug for us. Thanks!