You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having trouble with dots displaying in my calendar that I present in a DialogFragment.
this is what I get immediately after I open the dialog
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.
The text was updated successfully, but these errors were encountered:
Hi,
I am having trouble with dots displaying in my calendar that I present in a DialogFragment.
this is what I get immediately after I open the dialog
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.
The text was updated successfully, but these errors were encountered: