forked from github/szkolny
[UI] Fix DateDropdown next week Friday not visible.
This commit is contained in:
parent
ffd81f8b82
commit
d3599b8c89
@ -112,7 +112,7 @@ class DateDropdown : TextInputDropDown {
|
||||
date.stepForward(0, 0, -weekDay + 7)
|
||||
weekDay = 0
|
||||
// ALL SCHOOL DAYS OF THE NEXT WEEK
|
||||
while (weekDay < 4) {
|
||||
while (weekDay < 5) {
|
||||
dates += Item(
|
||||
date.value.toLong(),
|
||||
context.getString(R.string.dialog_event_manual_date_next_week, Week.getFullDayName(weekDay), date.formattedString),
|
||||
|
Loading…
Reference in New Issue
Block a user