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
I get the same error in meh apps I tried running the Examples code and am seeing the same message in the console when scrolls to a new month. I used the ExampleMonthlyCalendarView example to reproduce it.
The issue seems to be ElegantListManager
This is an issue in the ElegantListManager class.. Specifically the problem is the in reloadPages() function.
The fix for this is to modify this function using DispatchQueue.main.async wrapper... This will fix this issue for the MonthlyCalendarView class...
What I know about GIT is next to nothing... so I have no reference to do a pull and get this fix up there... but again.. its not in the calendar code, but in the underlying ElegantListManager
Occurs when scrolling to new months
The text was updated successfully, but these errors were encountered: