Fix equipping customizations

This commit is contained in:
Phillip Thelen 2020-11-13 17:26:58 +01:00
parent 137b2e55ee
commit 412a37e0d8

View file

@ -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