Skip to content

Instantly share code, notes, and snippets.

@teegarcs
Created August 16, 2020 12:04
Show Gist options
  • Save teegarcs/db16a0db9feb6f8929610195c557c76a to your computer and use it in GitHub Desktop.
Save teegarcs/db16a0db9feb6f8929610195c557c76a to your computer and use it in GitHub Desktop.
private val messageLauncher =
registerForActivityResult(MessageContract()) {
Toast.makeText(this, it, Toast.LENGTH_SHORT).show()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment