We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f61d5 commit 90b1560Copy full SHA for 90b1560
TestProjects/com.unity.mobile-notifications-sample/Assets/Scripts/AndroidTest.cs
@@ -107,7 +107,7 @@ private void HandleLastNotificationIntent()
107
m_LOGGER.Red("Notification not found!", 1);
108
}
109
110
-
+
111
private AndroidNotification parseNotificationTemplate(AndroidNotificationTemplate template)
112
{
113
AndroidNotification newNotification = new AndroidNotification()
@@ -358,7 +358,7 @@ public void ScrollLogsToBottom()
358
Canvas.ForceUpdateCanvases();
359
m_gameObjectReferences.LogsScrollRect.verticalNormalizedPosition = 0f;
360
361
362
IEnumerator RunCustomSequence()
363
364
AndroidNotificationTemplate ant = AndroidNotificationsTemplates[4];
0 commit comments