Skip to content

Commit

Permalink
Disable order until we fix it properly :(
Browse files Browse the repository at this point in the history
  • Loading branch information
diego-francisco-jt committed Sep 18, 2023
1 parent 0398b12 commit f3e0704
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ fun TaskList(
Empty(modifier.padding(AppTheme.dimens.contentMargin))
} else {
LazyColumn(
modifier = modifier.reorderable(state)
.detectReorderAfterLongPress(state),
modifier = modifier,
state = state.listState,
contentPadding = padding,
verticalArrangement = Arrangement.spacedBy(8.dp),
Expand Down

0 comments on commit f3e0704

Please sign in to comment.