You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Thank you so much for the library!
In example 8 (compose), when pagination is enabled (calendarScrollPaged = true) - interaction with the user interface is very slow.
To Reproduce (if applicable)
Open example 8 in compose
Scroll
Wait near 1+ second for user can interact (pick date)
The text was updated successfully, but these errors were encountered:
I think this is because we use rememberFirstVisibleMonthAfterScroll which waits until the list stops scrolling. You can use rememberFirstCompletelyVisibleMonth to get a better visual experience.
I think this is because we use rememberFirstVisibleMonthAfterScroll which waits until the list stops scrolling. You can use rememberFirstCompletelyVisibleMonth to get a better visual experience.
I mean interaction with interface, not visual experience.
Try to swipe and immediately tap on the date – it won’t work; there will be a one-second delay.
Library information:
Describe the bug**
Hi! Thank you so much for the library!
In example 8 (compose), when pagination is enabled (calendarScrollPaged = true) - interaction with the user interface is very slow.
To Reproduce (if applicable)
The text was updated successfully, but these errors were encountered: