Closed Kaanavciexe closed 1 year ago
Can you share your compose version. It seems like WeekCalendar is also broken in 1.5.0-alpha04 but works fine with earlier versions
@Kaanavciexe This is because the app:cv_monthViewClass="com.ahmetkaan.kediy.Calendar"
provided in xml cannot be instantiated as the constructor is not found.
Version: [e.g. 2.3.0]
I am using this library with my custom room event database. Here is my Calendars Xml;
I am showing the events in this recyclerView. And here is my code;
But when i open this fragment or when i create an event and come back, i am getting this error;
I tried to fix it. Actually before this time, sometimes it works well. It didnt throwing any error message when i create an event and come to the fragment. But rarely i couldnt create an event (or i could but couldnt show it) and now, I am getting this error everytime. How can i fix this? If you want i can show my other codes too.