mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-24 06:35:46 +00:00
fix saving character values
This commit is contained in:
parent
7c09effb63
commit
e12800a773
1 changed files with 1 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ class FixCharacterValuesActivity: BaseActivity() {
|
|||
|
||||
private var user: User? = null
|
||||
set(value) {
|
||||
field = value
|
||||
if (value != null) {
|
||||
updateFields(value)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue