Fix year view showing stale year: reset to selectedDate.year on enter
This commit is contained in:
parent
c996d026cc
commit
502f1efc0a
@ -94,6 +94,7 @@ class CalendarViewModel(
|
||||
)
|
||||
isYearView = false
|
||||
} else {
|
||||
yearViewYear = selectedDate.year
|
||||
isYearView = true
|
||||
_yearViewAnimatable.snapTo(0f)
|
||||
_yearViewAnimatable.animateTo(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user