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

[Android] Large Icon is not displayed correctly #290

Closed akomekagome closed 1 year ago

akomekagome commented 1 year ago

I set LargeIcon in the Android notification settings but it is not displayed correctly. I investigated and it seems that Return was not done at the relevant location.

https://github.com/Unity-Technologies/com.unity.mobile.notifications/blob/de5741686b24e9056b83ae0a6bdc87d713543e63/com.unity.mobile.notifications/Runtime/Android/Plugins/com/unity/androidnotifications/UnityNotificationManager.java#L833