Skip to content

Commit

Permalink
#1274 pass viewmodel to AdvancedTriggersBottomSheet so it is compatib…
Browse files Browse the repository at this point in the history
…le with free build flavor
  • Loading branch information
sds100 committed Oct 15, 2024
1 parent 7baf108 commit a5ba747
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ fun RecordTriggerButtonRow(
if (showBottomSheet) {
AdvancedTriggersBottomSheet(
modifier = Modifier.systemBarsPadding(),
viewModel = viewModel,
onDismissRequest = {
showBottomSheet = false
},
onChooseAssistantTrigger = viewModel::onChooseAssistantTrigger,
sheetState = sheetState,
)
}
Expand Down

0 comments on commit a5ba747

Please sign in to comment.