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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -249,7 +249,7 @@ private static Notification deserializeNotificationParcelable(DataInputStream in
249
249
if (!readAndCheckMagicNumber(in, UNITY_MAGIC_NUMBER_PARCELLED))
250
250
returnnull;
251
251
intversion = in.readInt();
252
-
if (version <0 || version > INTENT_SERIALIZATION_VERSION)
252
+
if (version <0 || version > INTENT_SERIALIZATION_VERSION)
0 commit comments