We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8149230 commit 95d22d0Copy full SHA for 95d22d0
1 file changed
base/src/main/java/io/github/sds100/keymapper/base/actions/ModifySettingActionBottomSheet.kt
@@ -83,11 +83,7 @@ private fun ModifySettingActionBottomSheet(
83
val scope = rememberCoroutineScope()
84
85
ModalBottomSheet(
86
- onDismissRequest = {
87
- scope.launch {
88
- sheetState.hide()
89
- }
90
- },
+ onDismissRequest = onDismissRequest,
91
sheetState = sheetState,
92
dragHandle = null,
93
) {
0 commit comments