Unity-Technologies / com.unity.mobile.notifications

Mobile Notifications Package
https://docs.unity3d.com/Packages/com.unity.mobile.notifications@2.1/manual/index.html
Other
132 stars 42 forks source link

Fix activity conflict when first activity is Unity #263

Closed aurimasc closed 1 year ago

aurimasc commented 1 year ago

A corner case was missed when determining activity for notifications: if you have multiple activities and Unity activity is not the last of them, our code treats this as conflict, when it shouldn't be. AndroidBixPicture project has this problem out of the box.

Test cases: