Colton Idle
01/12/2022, 7:17 PMuserScrollEnabled
was added to LazyColumn
, LazyRow
, and LazyVerticalGrid
in order to allow users to temporarily or permanently disable the user initiated scroll via touch gestures or accessibility actions. Scrolling programmatically via the methods on the state will still be allowed. (I7eae9, b/201150093)
• Added Wear OS device ids to Preview devices list (I93232)
• Fixes TextField
cursor handle not hiding when scrolled out of view. (I14552, b/208883748)
• ModalBottomSheetState
now has a isSkipHalfExpanded
flag. It can be either set through the constructor or updated later on by setting `ModalBottomSheetState`'s isSkipHalfExpanded
property to true
. Updating `isSkipHalfExpanded`'s value causes a recomposition of the sheet. (I18b86, b/186669820)
Edit: Can we get a slackbot that posts releases and release notes? loluserScrollEnabled
was added"
@Andrey Kulikov seems like this is the replacement for dragEnabled in Accompanist Pager?rsktash
01/12/2022, 7:54 PMColton Idle
01/12/2022, 8:03 PMrsktash
01/12/2022, 9:27 PMAndrey Kulikov
01/13/2022, 10:56 AMColton Idle
01/13/2022, 5:41 PMtylerwilson
01/13/2022, 10:48 PMColton Idle
01/13/2022, 10:51 PM