Results 2 comments of Rinat Vasilev

I have the same issue. > What are the steps to reproduce this issue? ``` private void setCalendarViewDate(long date) { flexibleCalendarView.selectDate(new Date(date)); } ``` If `date` equals to current month...

Oh, it seems to me, that I figured out. It works if I swap selected and today items in that way: ``` ``` **Maybe it will be usefull to put...