Skip to content

Instantly share code, notes, and snippets.

@pavlospt
Created December 8, 2016 09:36
Show Gist options
  • Save pavlospt/116665023df61dbb3678897d7eb4f7b1 to your computer and use it in GitHub Desktop.
Save pavlospt/116665023df61dbb3678897d7eb4f7b1 to your computer and use it in GitHub Desktop.
SmartLock - Email Hint Request Resolution Success
private fun emailHintRequestSuccess(data: Intent?) {
val credential: Credential? = data?.getParcelableExtra(Credential.EXTRA_KEY)
credential?.let {
proceedOnMainScreen(it.id)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment