saturdaymp/XPlugins.Notifications

Android Notifications Open a New Activity

mrbiggred opened this issue · 1 comments

When you click on a Android notification it opens up a new activity. It should reuse the existing activity if it exists.

Fixed the issue by changing the notifications to open the activity using the SingleTop flag.

https://developer.android.com/guide/components/activities/tasks-and-back-stack.html#TaskLaunchModes