Skip to content

Instantly share code, notes, and snippets.

@rooparsh
Last active October 16, 2020 08:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rooparsh/a97f2f438dc3817a129fa589b1398bf6 to your computer and use it in GitHub Desktop.
Save rooparsh/a97f2f438dc3817a129fa589b1398bf6 to your computer and use it in GitHub Desktop.
Showing dialog from menu item click
Scaffold(topBar = {
Toolbar(getString(R.string.app_name)) {
dialogState.value = true
}
}) {
CountriesDialog()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment