Skip to content

Instantly share code, notes, and snippets.

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