|
|
@@ -23,6 +23,7 @@ import com.adealink.weparty.module.backpack.Backpack
|
|
|
import com.adealink.weparty.module.profile.Profile
|
|
|
import com.adealink.weparty.module.profile.ProfileModule
|
|
|
import com.adealink.weparty.module.profile.data.Gender
|
|
|
+import com.adealink.weparty.module.profile.data.UserConfigType
|
|
|
import com.adealink.weparty.module.profile.data.UserInfo
|
|
|
import com.adealink.weparty.module.setting.Setting
|
|
|
import com.adealink.weparty.module.skin.data.SkinColorStyle
|
|
|
@@ -212,7 +213,7 @@ class MeFragment : BaseFragment(R.layout.fragment_me) {
|
|
|
MeTabStatEvent(CommonEventValue.Action.SHOW).apply {
|
|
|
page to MeTabStatEvent.Page.ME_TAB
|
|
|
}.send()
|
|
|
- profileViewModel.getUidUserInfo(ProfileModule.getMyUid(), false)
|
|
|
+ profileViewModel.getUidUserInfo(ProfileModule.getMyUid(), false, setOf(UserConfigType.USER_CHARM_LEVEL))
|
|
|
.observe(viewLifecycleOwner) {
|
|
|
updateWithUserInfo((it as? Rlt.Success)?.data)
|
|
|
}
|