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
`ReceiverActivity` is launched as a PendingIntent with no extras (check `KernelSDKIntentService`) so it does not make sense to try to handle the intent extras on `ReceiverActivity`, and it was causing the crash when we tried to get the extras to put them in another intent as they're always null.
Related to YM-26133
0 commit comments