mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-21 05:09:00 +00:00
fix saving character values
This commit is contained in:
parent
79cb82e8d8
commit
039a8a9f3e
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