Updated on 2026-08-14
This commit is contained in:
parent
23a113a1eb
commit
ff33484b28
8 changed files with 55 additions and 25 deletions
|
|
@ -17,6 +17,7 @@ sealed class AppDialog : StateDialog {
|
|||
data class SimpleOkDialogRes(
|
||||
val headerId: Int,
|
||||
val messageId: Int,
|
||||
val args: List<String> = emptyList(),
|
||||
val onOk: VoidCallback? = null,
|
||||
) : AppDialog()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue