Timeline: remove duplicated code
This commit is contained in:
parent
52ec53575a
commit
3524633f5d
1 changed files with 0 additions and 7 deletions
|
|
@ -101,13 +101,6 @@ fun TimelineView(
|
||||||
// TODO implement this logic once we have support to 'jump to event X' in sliding sync
|
// TODO implement this logic once we have support to 'jump to event X' in sliding sync
|
||||||
}
|
}
|
||||||
|
|
||||||
// Send an event to the presenter when the scrolling is finished, with the first visible index at the bottom.
|
|
||||||
val firstVisibleIndex by remember { derivedStateOf { lazyListState.firstVisibleItemIndex } }
|
|
||||||
val isScrollFinished by remember { derivedStateOf { !lazyListState.isScrollInProgress } }
|
|
||||||
LaunchedEffect(firstVisibleIndex, isScrollFinished) {
|
|
||||||
if (!isScrollFinished) return@LaunchedEffect
|
|
||||||
state.eventSink(TimelineEvents.OnScrollFinished(firstVisibleIndex))
|
|
||||||
}
|
|
||||||
|
|
||||||
Box(modifier = modifier) {
|
Box(modifier = modifier) {
|
||||||
LazyColumn(
|
LazyColumn(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue