stevebower
09/11/2025, 10:59 AMTimePicker
type for displaying only Minutes + Seconds pickers. There are some important bug fixes that have been released in 1.6.0-alpha01 and also patched into a 1.5.1 release:
• SwipeDismissableNavHost
now marks in-progress transitions as complete for API 36 when swiping, which fixes an issue with lifecycles
• ScrollIndicator
direction now matches the content layout direction by default (so if you set reverseLayout
in ScalingLazyColumn
, it will be matched by the ScrollIndicator
)
• ScrollAway with TransformingLazyColumn
now working correctly when navigating to another screen and back, so that TimeText
will still scroll away as expected
As always, please see the release notes for full details.