recruit-mp / LightCalendarView

A lightweight monthly calendar view for Android, fully written in Kotlin. Designed to meet the minimum demands for typical calendars.
Apache License 2.0
445 stars 67 forks source link

Dot Accents not displaying correctly #32

Closed TomislavHorvat1 closed 3 years ago

TomislavHorvat1 commented 7 years ago

Hi,

I am having trouble with dots displaying in my calendar that I present in a DialogFragment.

screen1

this is what I get immediately after I open the dialog

screen2

and this is what happens after I swipe one month left and then back to the current month.

Both days have two dots attached to them, all different colors. On the first picture, the second dots in an array for that day are shown (partially out of frame) and when I swipe away and return to the current month the first dots are shown below the dates but slightly offset.

This happens only in my dialog fragment. When I load the calendar in a normal fragment/activity everything is fine.

This has occurred on 3 separate devices running APIs 19, 22 & 23.

JJK-IO commented 6 years ago

Not sure how similar this is to https://github.com/recruit-mp/LightCalendarView/issues/19

I was having issues with disappearing accent dots. Make sure each DotAccent has a unique key.