Lukas K-G
08/20/2021, 9:50 AMDialog from the onClick of a MenuItem? Problem is that the onClick is not a composable function. 🤔Dominaezzz
08/20/2021, 10:05 AMonClick then call Dialog if boolean is true.louiscad
08/20/2021, 10:05 AMlouiscad
08/20/2021, 10:05 AMLukas K-G
08/20/2021, 10:06 AMYan Pujante
08/21/2021, 6:34 AMif(dialogWindowOpened)
{
// display dialog window
}
See example: https://github.com/JetBrains/compose-jb/tree/master/tutorials/Window_API_new#dialogsLukas K-G
08/21/2021, 7:58 AM