Sorry to necromance this y'all. But using `SideEff...
# compose
u
Sorry to necromance this y'all. But using
SideEffect
has a quirk that the lambda gets triggered when there was navigation (backstack.push), and than back again to the list screen; and user expects the scroll to be kept as was -- but here,
SideEffect
fires again, thuss resetting the scroll.. any idea what to do about it?