Created
April 3, 2021 19:39
-
-
Save ch8n/1902fe47ed3a596478e759bf5025c5b5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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