Skip to content

Commit

Permalink
#1274 dismiss bottom sheet after it is hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
sds100 committed Nov 7, 2024
1 parent 5235760 commit 628dfd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fun RecordTriggerButtonRow(
modifier = Modifier.systemBarsPadding(),
viewModel = viewModel,
onDismissRequest = {
viewModel.showAdvancedTriggersBottomSheet
viewModel.showAdvancedTriggersBottomSheet = false
},
sheetState = sheetState,
)
Expand Down

0 comments on commit 628dfd3

Please sign in to comment.