mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-04-04 05:21:11 +02:00
fix the monthly calendar event marking synchronization
This commit is contained in:
parent
0a24dcbc31
commit
9d0ecca972
@ -82,8 +82,6 @@ class MonthlyCalendarImpl(val mCallback: MonthlyCalendar, val mContext: Context)
|
|||||||
}
|
}
|
||||||
|
|
||||||
markDaysWithEvents(days)
|
markDaysWithEvents(days)
|
||||||
|
|
||||||
mCallback.updateMonthlyCalendar(monthName, days)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// it works more often than not, dont touch
|
// it works more often than not, dont touch
|
||||||
@ -122,6 +120,7 @@ class MonthlyCalendarImpl(val mCallback: MonthlyCalendar, val mContext: Context)
|
|||||||
day.eventColors.add(eventTypeColors[it.eventType])
|
day.eventColors.add(eventTypeColors[it.eventType])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
mCallback.updateMonthlyCalendar(monthName, days)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -143,6 +142,7 @@ class MonthlyCalendarImpl(val mCallback: MonthlyCalendar, val mContext: Context)
|
|||||||
mEvents = mContext.getFilteredEvents(events)
|
mEvents = mContext.getFilteredEvents(events)
|
||||||
else
|
else
|
||||||
mEvents = events
|
mEvents = events
|
||||||
|
|
||||||
getDays()
|
getDays()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user