Skip to content

Instantly share code, notes, and snippets.

@davidvavra
Last active May 3, 2017 11:01
Show Gist options
  • Save davidvavra/bc57427e3a931bcb376619143742628e to your computer and use it in GitHub Desktop.
Save davidvavra/bc57427e3a931bcb376619143742628e to your computer and use it in GitHub Desktop.
fun getUserName(): String {
if (mUserName != null) {
return mUserName!!
} else {
return "Anonymous"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment