Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ fun FloconPanel(
EscapeHandler {
coroutineScope.launch {
state.hide()
onDismissRequest()
}
true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ data class PanelScene(
onClick = {
scope.launch {
state.hide()
onBack()
}
},
Comment thread
mikef-dk marked this conversation as resolved.
modifier = Modifier
Expand All @@ -70,7 +69,6 @@ data class PanelScene(
scope.launch {
onPin.onPin()
state.hide()
onBack()
}
},
modifier = Modifier
Expand Down