I started the calendar and put the following snippet: " withDeactivateDates(arrayListOf (Calendar.SUNDAY)) ". However, when using the setOnInvalidDateSelectedListener method, it only works with the dates automatically disabled with the start and end defined. How to make a listener for the dates deactivated at the beginning?
I started the calendar and put the following snippet: " withDeactivateDates(arrayListOf (Calendar.SUNDAY)) ". However, when using the setOnInvalidDateSelectedListener method, it only works with the dates automatically disabled with the start and end defined. How to make a listener for the dates deactivated at the beginning?