提交个人主页游戏tab改动遗漏部分

This commit is contained in:
lyr
2021-05-19 18:31:25 +08:00
parent 3a0bbbf3d0
commit 005229fe8a
2 changed files with 0 additions and 55 deletions

View File

@ -83,7 +83,6 @@ class UserHomeFragment : NormalFragment() {
mUserHomeViewModel.run {
getUserInfo()
getBadgeList()
getUserPlayedGame()
getUserPlayedGameCount()
if (BuildConfig.DEBUG || BuildConfig.BUILD_TIME != 0L) {
getUserLevel()
@ -186,7 +185,6 @@ class UserHomeFragment : NormalFragment() {
reuse_no_connection.visibility = View.VISIBLE
reuse_no_connection.setOnClickListener {
mUserHomeViewModel.getUserInfo()
mUserHomeViewModel.getUserPlayedGame()
mUserHomeViewModel.getUserPlayedGameCount()
}
toast("网络异常")