Skip to content

Instantly share code, notes, and snippets.

@tcw165
Last active November 4, 2018 04:51
Show Gist options
  • Select an option

  • Save tcw165/881568070494d299542bd03d7121b9c2 to your computer and use it in GitHub Desktop.

Select an option

Save tcw165/881568070494d299542bd03d7121b9c2 to your computer and use it in GitHub Desktop.
override fun onDraw(canvas: Canvas) {
super.onDraw(canvas)
// Invoke the inline function
canvas.runSafely {
println("test")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment