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
This fix collects the events in a list, and at the end resizes the array
and adds the events.
The existing code already counts the number of events (in cnt). Thus the
array could be extended before the second loop over activities, and the
events added directly.
0 commit comments