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
Copy file name to clipboardExpand all lines: com.unity.mobile.notifications/Runtime/Android/Plugins/com/unity/androidnotifications/UnityNotificationUtilities.java
+49Lines changed: 49 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -566,4 +566,53 @@ private static Notification.Builder recoverBuilderPreNougat(Context context, Not
566
566
567
567
returnbuilder;
568
568
}
569
+
570
+
// for testing purposes: copy-paste of what serialization was in version 0
0 commit comments