Skip to content

Commit c18b6e3

Browse files
committed
Merge branch 'worktree-workspaces'
2 parents 0866fc6 + 63e719f commit c18b6e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/eu/darken/butler/workspace/ui/workspaces/classic/ClassicWorkspaceContainer.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ internal fun ClassicWorkspaceContainer(
5656
val isScrolling by remember { derivedStateOf { pagerState.isScrollInProgress } }
5757

5858
// Sync selected tab with pager when user swipes
59-
LaunchedEffect(currentPage, isScrolling, state.all, state.focused) {
59+
LaunchedEffect(currentPage, isScrolling, state.all) {
6060
if (isScrolling) return@LaunchedEffect
6161

6262
log(TAG, VERBOSE) { "Pager scroll completed at page: $currentPage" }

0 commit comments

Comments
 (0)