Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrlzy committed Oct 20, 2024
1 parent cf50ac9 commit 175a784
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,7 @@ fun QuickScreen(navigator: DestinationsNavigator) {
onDismiss = {
scope.launch {
bottomSheetState.hide()
}.invokeOnCompletion {
if (!bottomSheetState.isVisible) {
viewModel.onHideOptions()
}
viewModel.onHideOptions()
}
},
)
Expand Down

0 comments on commit 175a784

Please sign in to comment.