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
* This fix prevents notification opens affecting the Activity backstack
* Fixes issue where if the app's main Activity was not the last Activity
opened tapping on a notification would create another instance of it.
- Basically this behavior fix aligns with everything an
Android Launcher would do.
* This was the original intended behavior when this SDK switched from a
BroadcastReceiver PendingIntent to an Activity PendingIntent when
generating a notification.
0 commit comments