Skip to content

Commit

Permalink
Fix edit widget button alignment if widgets are empty
Browse files Browse the repository at this point in the history
  • Loading branch information
MM2-0 committed Jun 25, 2023
1 parent f723ba0 commit 9100196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ fun PagerScaffold(
}

WidgetColumn(
modifier = Modifier.fillMaxWidth(),
editMode = isWidgetEditMode,
onEditModeChange = {
viewModel.setWidgetEditMode(it)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ fun PullDownScaffold(
}
}
WidgetColumn(
modifier = Modifier.fillMaxWidth(),
editMode = isWidgetEditMode,
onEditModeChange = {
viewModel.setWidgetEditMode(it)
Expand Down

0 comments on commit 9100196

Please sign in to comment.