thellmund / Android-Week-View

Display highly customizable calendar views in your Android app
Apache License 2.0
188 stars 98 forks source link

New Latest Release 5.2.1 displays only last event from the list #206

Closed imkhalid closed 3 years ago

imkhalid commented 4 years ago

Additional context

thellmund commented 4 years ago

Please provide more context and ideally a sample project that shows the issue.

PedroTicGal commented 3 years ago

Hi @imkhalid, I was facing the same issue last week. I could see only the last event of a day. The problem in my case was that all the events had the same internal id so they were been overridden by the last of the list. Could this be the issue you are facing at? Cheers!

imkhalid commented 3 years ago

Hi @imkhalid, I was facing the same issue last week. I could see only the last event of a day. The problem in my case was that all the events had the same internal id so they were been overridden by the last of the list. Could this be the issue you are facing at? Cheers!

i was not using same id but i was generating random id, but after your suggestion i removed that part and created ids in incremental way and it worked.