Fix edit info saving not closing the dialog

This commit is contained in:
Jobobby04 2022-11-29 19:48:45 -05:00
parent 9747f1ba91
commit 08adfdc21d

View File

@ -82,6 +82,7 @@ fun EditMangaDialog(
} }
}?.toLong(), }?.toLong(),
) )
onDismissRequest()
}, },
) { ) {
Text(stringResource(R.string.action_save)) Text(stringResource(R.string.action_save))