Source set: Android
val monthContentDescription = {
if (selectedIndex == null) {
monthString
} else {
fullMonthNames[(datePickerState.selectedMonth - 1) % 12]
}
}val monthContentDescription = {
if (selectedIndex == null) {
monthString
} else {
fullMonthNames[(datePickerState.selectedMonth - 1) % 12]
}
}Content updated: