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