mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-19 04:14:12 +00:00
Fix equipping customizations
This commit is contained in:
parent
137b2e55ee
commit
412a37e0d8
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ class AvatarCustomizationFragment : BaseMainFragment<FragmentRecyclerviewBinding
|
|||
if (this.type == null || user.preferences == null) {
|
||||
return
|
||||
}
|
||||
val prefs = this.user?.preferences
|
||||
val prefs = user.preferences
|
||||
val activeCustomization = when (this.type) {
|
||||
"skin" -> prefs?.skin
|
||||
"shirt" -> prefs?.shirt
|
||||
|
|
|
|||
Loading…
Reference in a new issue