mirror of
https://github.com/pachli/pachli-android.git
synced 2025-02-04 03:07:40 +01:00
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(
|
||||
displayName = binding.displayNameEditText.text.toString(),
|
||||
note = binding.noteEditText.text.toString(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user