Null check exception when adding multiple events without startTime #282
Labels
bug
Something isn't working
in progress
This label defines issues that are in progress.
priority:1
Bug/Enhancement with highest priority.
When adding multiple events without startTime to a day - a null check exception occurs.
Reason for that is a bug: Sorting algorithm expects startTime even though it is optional.
Please change implementation in addEventInSortedManner or make startTime required/non-nullable
The text was updated successfully, but these errors were encountered: