Open majdalden opened 6 years ago
i have the same issue
The same for me
Update: I found the problem and it was in my code. More precisely on my MonthLoader.MonthChangeListener. WeekView.getMoreEvents gets the events for 3 months (the current + the previous + the next). My MonthChangeListener was too simple (I built an app for a test only) and didn't check my single event (starting at current time - 2 hours and ending at current time + 2 days) was in the newMonth passed as a parameter to MonthChangeListener.onMonthChange. The same event was returned for the previous, current and next month. So there were 3 distinct events in fact with the same title and the same rendering color, giving the illusion there was only one task with a title repeated 3 times. Hope it helps.
hey guys just use evenmatches method if (eventMatches(event, newYear, newMonth)) { events.add(event); } you will get that method from example file in this source code. file name asycnoractivity.java
How do I make the event text not repeated with that text only one word ???
https://image.ibb.co/gg6HrU/Screen_Shot_2018_08_11_at_12_15_14_AM.png