Skip to content

Commit

Permalink
fix: LTAND-222: fix animation (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
migulyaev authored Dec 29, 2023
1 parent 0933752 commit 59abbc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ fun HomeScreen(
}

LaunchedEffect(pagerState) {
snapshotFlow { pagerState.currentPage }.collect { page ->
snapshotFlow { pagerState.settledPage }.collect { page ->
homeViewModel.onTabClick(page)
}
}
Expand Down

0 comments on commit 59abbc8

Please sign in to comment.