Skip to content

Instantly share code, notes, and snippets.

@davidvavra
Created May 3, 2017 10:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidvavra/731df413c7a04decc44c25ec92ff925f to your computer and use it in GitHub Desktop.
Save davidvavra/731df413c7a04decc44c25ec92ff925f to your computer and use it in GitHub Desktop.
fun getUserName(): String {
return mUserName ?: "Anonymous"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment