Skip to content

Instantly share code, notes, and snippets.

@ch8n
Created April 3, 2021 19:38
Show Gist options
  • Save ch8n/23e9e42a3c6fa1655821bddc04bde787 to your computer and use it in GitHub Desktop.
Save ch8n/23e9e42a3c6fa1655821bddc04bde787 to your computer and use it in GitHub Desktop.
val userName: String
get() {
preferenceManager.getInstance()?.run {
getName()
} ?: run {
getString(R.string.stranger)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment