Anton Dmytryshyn
08/22/2021, 6:28 PMswipeableState
and Modifier.swipeable
. I would like to confirm If I am missing something before filing a bug. Code in 🧵Anton Dmytryshyn
08/22/2021, 6:32 PMprintln("${swipeAbleState.targetValue}")
As soon as this line enters the composition, the swipeableState reflects it's starting anchor and sets the padding to 48. I am unsure as to why this triggers the state to be taken into effect, as the default behavior should be that the initial state begins at the proper anchor when it gets created in the first composition.Anton Dmytryshyn
08/22/2021, 10:08 PM