Skip to content

Instantly share code, notes, and snippets.

@davidvavra
Created May 3, 2017 10:38
Show Gist options
  • Save davidvavra/f7f4bf39089f0cfdfff470c9c580d718 to your computer and use it in GitHub Desktop.
Save davidvavra/f7f4bf39089f0cfdfff470c9c580d718 to your computer and use it in GitHub Desktop.
private var mPhotoUrl: String? = null
fun uploadClicked() {
mPhotoUrl?.let { uploadPhoto(it) }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment