Skip to content

Instantly share code, notes, and snippets.

@Ayusch
Created June 30, 2019 05:39
Show Gist options
  • Save Ayusch/1e7fabbaf4ed88b7d7297dee8674a71b to your computer and use it in GitHub Desktop.
Save Ayusch/1e7fabbaf4ed88b7d7297dee8674a71b to your computer and use it in GitHub Desktop.
btn_resolve.setOnClickListener {
if (cloudAnchor != null) {
snackbarHelper.showMessageWithDismiss(this, "Please clear the anchor")
return@setOnClickListener
}
val dialog = ResolveDialogFragment()
dialog.setOkListener(this::onResolveOkPressed)
dialog.show(supportFragmentManager, "Resolve")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment