Make profileData internal so there's no synthetic accessor required.
This commit is contained in:
parent
c446d510e4
commit
8edc8d6422
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ class EditProfileActivity : BaseActivity(), Injectable {
|
|||
}
|
||||
}
|
||||
|
||||
private val profileData
|
||||
internal val profileData
|
||||
get() = ProfileData(
|
||||
displayName = binding.displayNameEditText.text.toString(),
|
||||
note = binding.noteEditText.text.toString(),
|
||||
|
|
Loading…
Reference in a new issue